File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ target_include_directories(MetaCling SYSTEM PRIVATE
44
44
${CLANG_INCLUDE_DIRS}
45
45
${LLVM_INCLUDE_DIRS}
46
46
${CLAD_INCLUDE_DIRS}
47
+ ${CPPINTEROP_INCLUDE_DIRS}
47
48
)
48
49
49
50
target_include_directories (MetaCling PRIVATE
@@ -74,7 +75,7 @@ if(MSVC)
74
75
set_source_files_properties (TCling.cxx COMPILE_FLAGS /bigobj)
75
76
endif ()
76
77
77
- add_dependencies (MetaCling CLING)
78
+ add_dependencies (MetaCling CLING clangCppInterOp )
78
79
79
80
##### libCling #############################################################
80
81
@@ -113,6 +114,7 @@ ROOT_LINKER_LIBRARY(Cling
113
114
$<TARGET_OBJECTS:ClingUtils>
114
115
$<TARGET_OBJECTS:Dictgen>
115
116
$<TARGET_OBJECTS:MetaCling>
117
+ $<TARGET_OBJECTS:clangCppInterOp>
116
118
LIBRARIES ${CLING_LIBRARIES} ${LINK_LIBS} ${CLING_PLUGIN_LINK_LIBS} )
117
119
118
120
# When these two link at the same time, they can exhaust the RAM on many machines, since they both link against llvm.
You can’t perform that action at this time.
0 commit comments