mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-15 18:14:08 +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()
|
||||
|
||||
@@ -163,9 +163,6 @@
|
||||
%ignore ApplyOffset;
|
||||
%ignore SeparateZUpNode;
|
||||
|
||||
%ignore XmlSerializerFactory;
|
||||
%ignore JsonSerializerFactory;
|
||||
|
||||
// Triangulated representation helper struct
|
||||
%ignore EdgeKey;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user