From: NAKAMURA Takumi Date: Sun, 14 Feb 2016 09:19:04 +0000 (+0000) Subject: c-index-test: Fix libdeps corresponding to r260841. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3bbaf2441175dcdc0be3f2fbc1c2de664824b7cd;p=clang c-index-test: Fix libdeps corresponding to r260841. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@260847 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/c-index-test/CMakeLists.txt b/tools/c-index-test/CMakeLists.txt index 1228a65486..3958e95a90 100644 --- a/tools/c-index-test/CMakeLists.txt +++ b/tools/c-index-test/CMakeLists.txt @@ -22,6 +22,9 @@ if (LLVM_BUILD_STATIC) else() target_link_libraries(c-index-test libclang + clangAST + clangBasic + clangFrontend clangIndex ) endif()