]> granicus.if.org Git - clang/blob - lib/AST/CMakeLists.txt
Initial skeleton of an AST "importer", which will take AST elements from
[clang] / lib / AST / CMakeLists.txt
1 set(LLVM_NO_RTTI 1)
2
3 add_clang_library(clangAST
4   APValue.cpp
5   ASTConsumer.cpp
6   ASTContext.cpp
7   ASTImporter.cpp
8   AttrImpl.cpp
9   CXXInheritance.cpp
10   Decl.cpp
11   DeclBase.cpp
12   DeclCXX.cpp
13   DeclGroup.cpp
14   DeclObjC.cpp
15   DeclPrinter.cpp
16   DeclTemplate.cpp
17   DeclarationName.cpp
18   Expr.cpp
19   ExprCXX.cpp
20   ExprConstant.cpp
21   FullExpr.cpp
22   InheritViz.cpp
23   NestedNameSpecifier.cpp
24   ParentMap.cpp
25   RecordLayoutBuilder.cpp
26   Stmt.cpp
27   StmtDumper.cpp
28   StmtIterator.cpp
29   StmtPrinter.cpp
30   StmtProfile.cpp
31   StmtViz.cpp
32   TemplateBase.cpp
33   TemplateName.cpp
34   Type.cpp
35   TypeLoc.cpp
36   TypePrinter.cpp
37   )
38
39 add_dependencies(clangAST ClangDiagnosticAST)