From: Argyrios Kyrtzidis Date: Tue, 23 Jun 2009 22:01:29 +0000 (+0000) Subject: Update CMakeLists.txt X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9336bcf24e4188fe4a24862c0f5299c03d951f89;p=clang Update CMakeLists.txt git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@74011 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Frontend/CMakeLists.txt b/lib/Frontend/CMakeLists.txt index 4ba39c9594..22422028bd 100644 --- a/lib/Frontend/CMakeLists.txt +++ b/lib/Frontend/CMakeLists.txt @@ -3,6 +3,7 @@ set(LLVM_NO_RTTI 1) add_clang_library(clangFrontend AnalysisConsumer.cpp ASTConsumers.cpp + ASTUnit.cpp Backend.cpp CacheTokens.cpp DeclXML.cpp