]> granicus.if.org Git - clang/commitdiff
c-index-test: Fix libdeps corresponding to r260841.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Sun, 14 Feb 2016 09:19:04 +0000 (09:19 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Sun, 14 Feb 2016 09:19:04 +0000 (09:19 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@260847 91177308-0d34-0410-b5e6-96231b3b80d8

tools/c-index-test/CMakeLists.txt

index 1228a654864d9a894b882e82571461d1e9525015..3958e95a90fe93f68b1de6b321a07c7be1c7c5ea 100644 (file)
@@ -22,6 +22,9 @@ if (LLVM_BUILD_STATIC)
 else()
   target_link_libraries(c-index-test
     libclang
+    clangAST
+    clangBasic
+    clangFrontend
     clangIndex
   )
 endif()