зеркало из https://github.com/microsoft/clang-1.git
22 строки
385 B
CMake
22 строки
385 B
CMake
set(LLVM_NO_RTTI 1)
|
|
|
|
add_clang_library(clangParse
|
|
Action.cpp
|
|
AttributeList.cpp
|
|
DeclSpec.cpp
|
|
ParseCXXInlineMethods.cpp
|
|
ParseDecl.cpp
|
|
ParseDeclCXX.cpp
|
|
ParseExpr.cpp
|
|
ParseExprCXX.cpp
|
|
ParseInit.cpp
|
|
ParseObjc.cpp
|
|
ParsePragma.cpp
|
|
ParseStmt.cpp
|
|
ParseTemplate.cpp
|
|
ParseTentative.cpp
|
|
Parser.cpp
|
|
)
|
|
|
|
add_dependencies(clangParse ClangAttrList ClangDiagnosticParse)
|