[CMake] Work around to use target_link_libraries(PUBLIC) in BUILD_SHARED_LIBS mode.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 26 Feb 2014 11:58:11 +0000 (11:58 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 26 Feb 2014 11:58:11 +0000 (11:58 +0000)
commit2e0d7a9337dd6775e83b7a22318d932e8ceec364
treec1279dbd2a9db28b300a7df5cea58a01400c8ce0
parent8571df6ae59f487b087ae955952ae07edd857ee2
[CMake] Work around to use target_link_libraries(PUBLIC) in BUILD_SHARED_LIBS mode.

FIXME: It may be PRIVATE since SO knows its dependent libs.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202261 91177308-0d34-0410-b5e6-96231b3b80d8
cmake/modules/AddLLVM.cmake