diff options
Diffstat (limited to 'clang/lib/AST/CMakeLists.txt')
| -rw-r--r-- | clang/lib/AST/CMakeLists.txt | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/clang/lib/AST/CMakeLists.txt b/clang/lib/AST/CMakeLists.txt new file mode 100644 index 00000000000..a58b3b162fb --- /dev/null +++ b/clang/lib/AST/CMakeLists.txt @@ -0,0 +1,28 @@ +set(LLVM_NO_RTTI 1) + +add_clang_library(clangAST + ASTConsumer.cpp + ASTContext.cpp + Builtins.cpp + CFG.cpp + DeclBase.cpp + Decl.cpp + DeclCXX.cpp + DeclGroup.cpp + DeclObjC.cpp + DeclSerialization.cpp + ExprConstant.cpp + Expr.cpp + ExprCXX.cpp + InheritViz.cpp + ParentMap.cpp + Stmt.cpp + StmtDumper.cpp + StmtIterator.cpp + StmtPrinter.cpp + StmtSerialization.cpp + StmtViz.cpp + TranslationUnit.cpp + Type.cpp + TypeSerialization.cpp + ) |

