From 1dae00ad5ffbc58dc0cf00953ca9c991adfd93fd Mon Sep 17 00:00:00 2001 From: Shoaib Meenai Date: Wed, 6 Dec 2017 23:02:00 +0000 Subject: [PATCH] [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 --- tools/c-index-test/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) 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 -- 2.50.1