diff options
Diffstat (limited to 'tools/c-index-test/CMakeLists.txt')
-rw-r--r-- | tools/c-index-test/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/c-index-test/CMakeLists.txt b/tools/c-index-test/CMakeLists.txt index 45ad9e35c6..9169fc7422 100644 --- a/tools/c-index-test/CMakeLists.txt +++ b/tools/c-index-test/CMakeLists.txt @@ -1,8 +1,9 @@ set(LLVM_USED_LIBS libclang) set( LLVM_LINK_COMPONENTS - support + bitreader mc + core ) add_clang_executable(c-index-test |