fix CMakeFiles to allow cling build with shared libraries
This commit is contained in:
parent
e26a6cb2df
commit
83e3eafc44
@ -34,6 +34,7 @@ set( LLVM_LINK_COMPONENTS
|
||||
support
|
||||
target
|
||||
transformutils
|
||||
binaryformat
|
||||
${LLVM_TARGETS_TO_BUILD}
|
||||
)
|
||||
|
||||
|
@ -9,6 +9,7 @@
|
||||
set( LLVM_LINK_COMPONENTS
|
||||
core
|
||||
support
|
||||
binaryformat
|
||||
)
|
||||
|
||||
add_cling_library(clingMetaProcessor OBJECT
|
||||
|
@ -38,6 +38,7 @@ set( LLVM_LINK_COMPONENTS
|
||||
support
|
||||
target
|
||||
transformutils
|
||||
binaryformat
|
||||
${LLVM_TARGETS_TO_BUILD}
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user