We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02fab6e commit 1d5108fCopy full SHA for 1d5108f
2 files changed
src/ifcconvert/CMakeLists.txt
@@ -15,6 +15,7 @@ target_link_libraries(
15
IfcGeom
16
IfcParse
17
Serializers
18
+ ${kernel_libraries}
19
${OpenCASCADE_LIBRARIES}
20
${Boost_LIBRARIES}
21
${HDF5_LIBRARIES}
src/ifcwrap/CMakeLists.txt
@@ -140,6 +140,7 @@ else()
140
target_link_libraries(ifcopenshell_wrapper PRIVATE ${IFCOPENSHELL_LIBRARIES} ${LIBSVGFILL})
141
endif()
142
target_link_libraries(ifcopenshell_wrapper PRIVATE ${CGAL_LIBRARIES})
143
+target_link_libraries(ifcopenshell_wrapper PRIVATE IfcGeom ${kernel_libraries})
144
if((NOT WIN32) AND BUILD_SHARED_LIBS)
145
SET_INSTALL_RPATHS(ifcopenshell_wrapper "${IFCDIRS};${OCC_LIBRARY_DIR}")
146
0 commit comments