fix CMakeFiles to allow cling build with shared libraries

This commit is contained in:
Simeon Ehrig 2018-03-14 13:10:52 +01:00 committed by sftnight
parent e26a6cb2df
commit 83e3eafc44
3 changed files with 3 additions and 0 deletions

View File

@ -34,6 +34,7 @@ set( LLVM_LINK_COMPONENTS
support
target
transformutils
binaryformat
${LLVM_TARGETS_TO_BUILD}
)

View File

@ -9,6 +9,7 @@
set( LLVM_LINK_COMPONENTS
core
support
binaryformat
)
add_cling_library(clingMetaProcessor OBJECT

View File

@ -38,6 +38,7 @@ set( LLVM_LINK_COMPONENTS
support
target
transformutils
binaryformat
${LLVM_TARGETS_TO_BUILD}
)