diff options
Diffstat (limited to 'tools/c-index-test/CMakeLists.txt')
-rw-r--r-- | tools/c-index-test/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/c-index-test/CMakeLists.txt b/tools/c-index-test/CMakeLists.txt index e0df5031d3e7..ad990e010eef 100644 --- a/tools/c-index-test/CMakeLists.txt +++ b/tools/c-index-test/CMakeLists.txt @@ -17,6 +17,7 @@ endif() if (LLVM_BUILD_STATIC) target_link_libraries(c-index-test libclang_static + clangCodeGen clangIndex ) else() @@ -24,8 +25,10 @@ else() libclang clangAST clangBasic + clangCodeGen clangFrontend clangIndex + clangSerialization ) endif() |