diff options
author | Douglas Gregor <dgregor@apple.com> | 2010-09-09 15:44:58 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2010-09-09 15:44:58 +0000 |
commit | ec9bf475657e4fd7c8e920ff816a4e3cdb2ea213 (patch) | |
tree | a26c92fbd961ad8af26f1d8cd6d97369eb2ec3b9 /tools/c-index-test | |
parent | f0e34ed7b45b417d06b4988c4c869a8087dcdbae (diff) |
Clean up CMake dependencies
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@113489 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/c-index-test')
-rw-r--r-- | tools/c-index-test/CMakeLists.txt | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/tools/c-index-test/CMakeLists.txt b/tools/c-index-test/CMakeLists.txt index 5cf2cd6ebf..0cda6c4a31 100644 --- a/tools/c-index-test/CMakeLists.txt +++ b/tools/c-index-test/CMakeLists.txt @@ -1,18 +1,6 @@ set(LLVM_NO_RTTI 1) -set( LLVM_USED_LIBS - libclang - clangIndex - clangFrontend - clangDriver - clangSerialization - clangParse - clangSema - clangAnalysis - clangAST - clangLex - clangBasic - ) +set(LLVM_USED_LIBS libclang) set( LLVM_LINK_COMPONENTS bitreader |