From: Rafael Espindola Date: Wed, 15 Feb 2017 22:19:04 +0000 (+0000) Subject: Fix the static build. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a8b97055bf49b9734b757fac76d9ac71efa26d23;p=clang Fix the static build. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@295245 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/c-index-test/CMakeLists.txt b/tools/c-index-test/CMakeLists.txt index 7244e2c490..ad990e010e 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()