2008-10-26 08:56:18 +08:00
|
|
|
add_clang_library(clangParse
|
2010-08-21 02:27:03 +08:00
|
|
|
ParseAST.cpp
|
2008-10-26 08:56:18 +08:00
|
|
|
ParseCXXInlineMethods.cpp
|
|
|
|
ParseDecl.cpp
|
|
|
|
ParseDeclCXX.cpp
|
|
|
|
ParseExpr.cpp
|
|
|
|
ParseExprCXX.cpp
|
|
|
|
ParseInit.cpp
|
|
|
|
ParseObjc.cpp
|
|
|
|
ParsePragma.cpp
|
|
|
|
ParseStmt.cpp
|
2008-12-03 00:23:30 +08:00
|
|
|
ParseTemplate.cpp
|
2009-07-22 05:03:50 +08:00
|
|
|
ParseTentative.cpp
|
|
|
|
Parser.cpp
|
2008-10-26 08:56:18 +08:00
|
|
|
)
|
2009-03-17 07:06:59 +08:00
|
|
|
|
2012-06-21 09:30:21 +08:00
|
|
|
add_dependencies(clangParse
|
|
|
|
ClangAttrClasses
|
2012-07-27 14:18:12 +08:00
|
|
|
ClangAttrLateParsed
|
2012-06-21 09:30:21 +08:00
|
|
|
ClangAttrList
|
2012-07-27 14:18:33 +08:00
|
|
|
ClangAttrParsedAttrList
|
2012-07-06 08:28:32 +08:00
|
|
|
ClangCommentNodes
|
2012-06-21 09:30:21 +08:00
|
|
|
ClangDeclNodes
|
2012-07-27 14:18:33 +08:00
|
|
|
ClangDiagnosticCommon
|
2012-06-21 09:30:21 +08:00
|
|
|
ClangDiagnosticParse
|
|
|
|
ClangStmtNodes
|
|
|
|
)
|
|
|
|
|
|
|
|
target_link_libraries(clangParse
|
|
|
|
clangBasic
|
|
|
|
clangAST
|
|
|
|
clangLex
|
|
|
|
clangSema
|
|
|
|
)
|