summaryrefslogtreecommitdiffstats
path: root/tools/index-test/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tools/index-test/CMakeLists.txt')
-rw-r--r--tools/index-test/CMakeLists.txt23
1 files changed, 0 insertions, 23 deletions
diff --git a/tools/index-test/CMakeLists.txt b/tools/index-test/CMakeLists.txt
deleted file mode 100644
index 9472e58..0000000
--- a/tools/index-test/CMakeLists.txt
+++ /dev/null
@@ -1,23 +0,0 @@
-set(LLVM_NO_RTTI 1)
-
-set( LLVM_USED_LIBS
- clangIndex
- clangFrontend
- clangDriver
- clangSema
- clangAnalysis
- clangAST
- clangParse
- clangLex
- clangBasic
- )
-
-set( LLVM_LINK_COMPONENTS
- bitreader
- mc
- core
- )
-
-add_clang_executable(index-test
- index-test.cpp
- )
OpenPOWER on IntegriCloud