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 support
target target
transformutils transformutils
binaryformat
${LLVM_TARGETS_TO_BUILD} ${LLVM_TARGETS_TO_BUILD}
) )

View File

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

View File

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