diff options
| author | Oscar Fuentes <ofv@wanadoo.es> | 2008-10-26 00:56:18 +0000 |
|---|---|---|
| committer | Oscar Fuentes <ofv@wanadoo.es> | 2008-10-26 00:56:18 +0000 |
| commit | 07d9f9a6ec53217634a5dcb812a0b2ac9186334f (patch) | |
| tree | b2fc26aadff27b926f21aefa5637a6abfd5bb9f2 /clang/lib/AST/CMakeLists.txt | |
| parent | e638f5d85481fa6ef30d65ae19aae418cb191752 (diff) | |
| download | bcm5719-llvm-07d9f9a6ec53217634a5dcb812a0b2ac9186334f.tar.gz bcm5719-llvm-07d9f9a6ec53217634a5dcb812a0b2ac9186334f.zip | |
CMake: Builds and installs clang binary and libs (no docs yet). It
must be under the `tools' subdirectory of the LLVM *source* tree.
llvm-svn: 58180
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 + ) |

