Mercurial > hg > CbC > CbC_llvm
comparison tools/clang/lib/Parse/CMakeLists.txt @ 0:95c75e76d11b LLVM3.4
LLVM 3.4
author | Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp> |
---|---|
date | Thu, 12 Dec 2013 13:56:28 +0900 |
parents | |
children | e4204d083e25 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:95c75e76d11b |
---|---|
1 add_clang_library(clangParse | |
2 ParseAST.cpp | |
3 ParseCXXInlineMethods.cpp | |
4 ParseDecl.cpp | |
5 ParseDeclCXX.cpp | |
6 ParseExpr.cpp | |
7 ParseExprCXX.cpp | |
8 ParseInit.cpp | |
9 ParseObjc.cpp | |
10 ParseOpenMP.cpp | |
11 ParsePragma.cpp | |
12 ParseStmt.cpp | |
13 ParseTemplate.cpp | |
14 ParseTentative.cpp | |
15 Parser.cpp | |
16 ) | |
17 | |
18 add_dependencies(clangParse | |
19 ClangAttrClasses | |
20 ClangAttrIdentifierArg | |
21 ClangAttrLateParsed | |
22 ClangAttrList | |
23 ClangAttrParsedAttrList | |
24 ClangAttrTypeArg | |
25 ClangCommentNodes | |
26 ClangDeclNodes | |
27 ClangDiagnosticCommon | |
28 ClangDiagnosticParse | |
29 ClangStmtNodes | |
30 ) | |
31 | |
32 target_link_libraries(clangParse | |
33 clangBasic | |
34 clangAST | |
35 clangLex | |
36 clangSema | |
37 ) |