From: Argyrios Kyrtzidis Date: Mon, 6 Jul 2009 21:38:29 +0000 (+0000) Subject: Update CMake files. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0daea7a162bee39b1b1dd63b7bceccd3224a6a63;p=clang Update CMake files. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@74864 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/AST/CMakeLists.txt b/lib/AST/CMakeLists.txt index f844cf1529..ac4cbb2d29 100644 --- a/lib/AST/CMakeLists.txt +++ b/lib/AST/CMakeLists.txt @@ -4,7 +4,6 @@ add_clang_library(clangAST APValue.cpp ASTConsumer.cpp ASTContext.cpp - ASTLocation.cpp CFG.cpp DeclarationName.cpp DeclBase.cpp @@ -13,7 +12,6 @@ add_clang_library(clangAST DeclGroup.cpp DeclObjC.cpp DeclPrinter.cpp - DeclReferenceMap.cpp DeclTemplate.cpp ExprConstant.cpp Expr.cpp diff --git a/lib/Frontend/CMakeLists.txt b/lib/Frontend/CMakeLists.txt index f8d09dbee8..5e94e65617 100644 --- a/lib/Frontend/CMakeLists.txt +++ b/lib/Frontend/CMakeLists.txt @@ -26,7 +26,6 @@ add_clang_library(clangFrontend PlistDiagnostics.cpp PrintParserCallbacks.cpp PrintPreprocessedOutput.cpp - ResolveLocation.cpp RewriteBlocks.cpp RewriteMacros.cpp RewriteObjC.cpp diff --git a/lib/Index/CMakeLists.txt b/lib/Index/CMakeLists.txt index 90b6001027..1e41c7fa58 100644 --- a/lib/Index/CMakeLists.txt +++ b/lib/Index/CMakeLists.txt @@ -1,7 +1,10 @@ set(LLVM_NO_RTTI 1) add_clang_library(clangIndex + ASTLocation.cpp + DeclReferenceMap.cpp Entity.cpp IndexProvider.cpp Program.cpp + ResolveLocation.cpp )