From: Shoaib Meenai Date: Wed, 6 Dec 2017 23:02:00 +0000 (+0000) Subject: [clang] Add PRIVATE to target_link_libraries X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1dae00ad5ffbc58dc0cf00953ca9c991adfd93fd;p=clang [clang] Add PRIVATE to target_link_libraries Another follow-up to r319840. I'd done a test configure with LLVM_BUILD_STATIC, so I'm not sure why this didn't show up in that. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@319983 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/c-index-test/CMakeLists.txt b/tools/c-index-test/CMakeLists.txt index fdc713dc49..d38c7bb287 100644 --- a/tools/c-index-test/CMakeLists.txt +++ b/tools/c-index-test/CMakeLists.txt @@ -16,6 +16,7 @@ endif() if (LLVM_BUILD_STATIC) target_link_libraries(c-index-test + PRIVATE libclang_static clangCodeGen clangIndex