]> granicus.if.org Git - clang/blob - lib/AST/CMakeLists.txt
Allow getting all source locations of selector identifiers in a ObjCMessageExpr.
[clang] / lib / AST / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS support)
2
3 set(LLVM_USED_LIBS clangBasic clangLex)
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   SelectorLocationsKind.cpp
39   Stmt.cpp
40   StmtDumper.cpp
41   StmtIterator.cpp
42   StmtPrinter.cpp
43   StmtProfile.cpp
44   StmtViz.cpp
45   TemplateBase.cpp
46   TemplateName.cpp
47   Type.cpp
48   TypeLoc.cpp
49   TypePrinter.cpp
50   VTableBuilder.cpp
51   VTTBuilder.cpp
52   )
53
54 add_dependencies(clangAST ClangARMNeon ClangAttrClasses ClangAttrList 
55                  ClangAttrImpl ClangDiagnosticAST ClangDeclNodes ClangStmtNodes)