summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorShoaib Meenai <smeenai@fb.com>2017-12-06 23:02:00 +0000
committerShoaib Meenai <smeenai@fb.com>2017-12-06 23:02:00 +0000
commit1dae00ad5ffbc58dc0cf00953ca9c991adfd93fd (patch)
tree6af6398d8a4cdb935c1939aef13ce73a5e3bf55b /tools
parent69879ca591b9bde3490db2377840d2c5ef4cebd8 (diff)
[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
Diffstat (limited to 'tools')
-rw-r--r--tools/c-index-test/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
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