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
|
support
|
||||||
target
|
target
|
||||||
transformutils
|
transformutils
|
||||||
|
binaryformat
|
||||||
${LLVM_TARGETS_TO_BUILD}
|
${LLVM_TARGETS_TO_BUILD}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
@ -38,6 +38,7 @@ set( LLVM_LINK_COMPONENTS
|
|||||||
support
|
support
|
||||||
target
|
target
|
||||||
transformutils
|
transformutils
|
||||||
|
binaryformat
|
||||||
${LLVM_TARGETS_TO_BUILD}
|
${LLVM_TARGETS_TO_BUILD}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user