]> granicus.if.org Git - clang/blob - lib/AST/CMakeLists.txt
Unbreak CMake build
[clang] / lib / AST / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS support)
2
3 set(LLVM_USED_LIBS clangBasic)
4
5 add_clang_library(clangAST
6   APValue.cpp
7   ASTConsumer.cpp
8   ASTContext.cpp
9   ASTDiagnostic.cpp
10   ASTImporter.cpp
11   AttrImpl.cpp
12   CXXInheritance.cpp
13   Decl.cpp
14   DeclarationName.cpp
15   DeclBase.cpp
16   DeclCXX.cpp
17   DeclFriend.cpp
18   DeclGroup.cpp
19   DeclObjC.cpp
20   DeclPrinter.cpp
21   DeclTemplate.cpp
22   DumpXML.cpp
23   Expr.cpp
24   ExprClassification.cpp
25   ExprConstant.cpp
26   ExprCXX.cpp
27   ExternalASTSource.cpp
28   InheritViz.cpp
29   ItaniumCXXABI.cpp
30   ItaniumMangle.cpp
31   Mangle.cpp
32   MicrosoftCXXABI.cpp
33   MicrosoftMangle.cpp
34   NestedNameSpecifier.cpp
35   ParentMap.cpp
36   RecordLayout.cpp
37   RecordLayoutBuilder.cpp
38   Stmt.cpp
39   StmtDumper.cpp
40   StmtIterator.cpp
41   StmtPrinter.cpp
42   StmtProfile.cpp
43   StmtViz.cpp
44   TemplateBase.cpp
45   TemplateName.cpp
46   Type.cpp
47   TypeLoc.cpp
48   TypePrinter.cpp
49   )
50
51 add_dependencies(clangAST ClangARMNeon ClangAttrClasses ClangAttrList 
52                  ClangAttrImpl ClangDiagnosticAST ClangDeclNodes ClangStmtNodes)