mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-23 02:10:01 +00:00
More work on isolating into plug-ins
This commit is contained in:
@@ -147,6 +147,12 @@ target_link_libraries(ifcopenshell_wrapper PRIVATE ${IFCOPENSHELL_LIBRARIES} ${O
|
||||
else()
|
||||
target_link_libraries(ifcopenshell_wrapper PRIVATE ${IFCOPENSHELL_LIBRARIES} ${LIBSVGFILL})
|
||||
endif()
|
||||
if(geometry_serializer_libraries)
|
||||
target_link_libraries(ifcopenshell_wrapper PRIVATE ${geometry_serializer_libraries})
|
||||
endif()
|
||||
if(TARGET document_serializer_rdb)
|
||||
target_link_libraries(ifcopenshell_wrapper PRIVATE document_serializer_rdb)
|
||||
endif()
|
||||
if(kernel_libraries OR tree_libraries OR mapping_libraries OR geometry_serializer_libraries OR document_serializer_libraries)
|
||||
add_dependencies(ifcopenshell_wrapper ${kernel_libraries} ${tree_libraries} ${mapping_libraries} ${geometry_serializer_libraries} ${document_serializer_libraries})
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user