aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2010-09-20 18:32:29 +0000
committerDouglas Gregor <dgregor@apple.com>2010-09-20 18:32:29 +0000
commitb3decb6cea3b6ee09317ad59cbb41cca2dc83293 (patch)
tree1d4b7e12063e53ed2bab891de2b4ecb384eb978b /lib
parentdea63134a51d463cf32f3eec3c359d9215359d69 (diff)
Fix CMake clangIndex library dependencies, from Logan Chien
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@114336 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/Index/CMakeLists.txt16
1 files changed, 1 insertions, 15 deletions
diff --git a/lib/Index/CMakeLists.txt b/lib/Index/CMakeLists.txt
index bbe9b567ac..4dd4f469c6 100644
--- a/lib/Index/CMakeLists.txt
+++ b/lib/Index/CMakeLists.txt
@@ -1,20 +1,6 @@
set(LLVM_NO_RTTI 1)
-set(LLVM_USED_LIBS clangBasic clangLex clangAST)
-
-set( LLVM_USED_LIBS
- clangSerialization
- clangFrontend
- clangParse
- clangSema
- clangChecker
- clangAnalysis
- clangIndex
- clangRewrite
- clangAST
- clangLex
- clangBasic
- )
+set(LLVM_USED_LIBS clangBasic clangAST)
add_clang_library(clangIndex
ASTLocation.cpp