]> granicus.if.org Git - clang/blob - lib/AST/CMakeLists.txt
Move the source-level CFG from libAST to libAnalysis.
[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   Decl.cpp
8   DeclBase.cpp
9   DeclCXX.cpp
10   DeclGroup.cpp
11   DeclObjC.cpp
12   DeclPrinter.cpp
13   DeclTemplate.cpp
14   DeclarationName.cpp
15   Expr.cpp
16   ExprCXX.cpp
17   ExprConstant.cpp
18   InheritViz.cpp
19   NestedNameSpecifier.cpp
20   ParentMap.cpp
21   Stmt.cpp
22   StmtDumper.cpp
23   StmtIterator.cpp
24   StmtPrinter.cpp
25   StmtViz.cpp
26   TemplateName.cpp
27   Type.cpp
28   )
29
30 add_dependencies(clangAST ClangDiagnosticAST)