Fix the static build.

llvm-svn: 295245
This commit is contained in:
Rafael Espindola 2017-02-15 22:19:04 +00:00
parent a78ca62c64
commit 46f68f50f0
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ endif()
if (LLVM_BUILD_STATIC)
target_link_libraries(c-index-test
libclang_static
clangCodeGen
clangIndex
)
else()