зеркало из https://github.com/microsoft/clang-1.git
31 строка
480 B
CMake
31 строка
480 B
CMake
set(LLVM_NO_RTTI 1)
|
|
|
|
add_clang_library(clangAST
|
|
APValue.cpp
|
|
ASTConsumer.cpp
|
|
ASTContext.cpp
|
|
Builtins.cpp
|
|
CFG.cpp
|
|
DeclarationName.cpp
|
|
DeclBase.cpp
|
|
Decl.cpp
|
|
DeclCXX.cpp
|
|
DeclGroup.cpp
|
|
DeclObjC.cpp
|
|
DeclSerialization.cpp
|
|
ExprConstant.cpp
|
|
Expr.cpp
|
|
ExprCXX.cpp
|
|
InheritViz.cpp
|
|
ParentMap.cpp
|
|
Stmt.cpp
|
|
StmtDumper.cpp
|
|
StmtIterator.cpp
|
|
StmtPrinter.cpp
|
|
StmtSerialization.cpp
|
|
StmtViz.cpp
|
|
TranslationUnit.cpp
|
|
Type.cpp
|
|
TypeSerialization.cpp
|
|
)
|