1f51a89d39
These were ignored by git accidentally. We want ALL OF THEM since they all came in the llvm/clang source distribution.
20 lines
458 B
CMake
20 lines
458 B
CMake
set(LLVM_USED_LIBS clangBasic clangAST clangLex clangSema)
|
|
|
|
add_clang_library(clangParse
|
|
ParseAST.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 ClangAttrClasses ClangAttrList ClangDeclNodes ClangDiagnosticParse ClangStmtNodes ClangAttrLateParsed)
|