]> granicus.if.org Git - clang/commit
[CMake] One more stab at fixing BUILD_SHARED_LIBS
authorChris Bieneman <chris.bieneman@me.com>
Tue, 21 May 2019 17:30:59 +0000 (17:30 +0000)
committerChris Bieneman <chris.bieneman@me.com>
Tue, 21 May 2019 17:30:59 +0000 (17:30 +0000)
commitba43004e612b2de9d60fd5b07164e63fa8fe4875
treea18b5de8ffa222d9b00d68ab888c5fc4e7430b4f
parent066dde24f062acf75e1e6bb037a6e27ca3b77739
[CMake] One more stab at fixing BUILD_SHARED_LIBS

If clang's libraries are build SHARED, we need to grab their `PRIVATE_LINK_LIBRARIES` properties and add those to clang_shared's interface.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@361275 91177308-0d34-0410-b5e6-96231b3b80d8
tools/clang-shlib/CMakeLists.txt