mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-26 10:11:46 +00:00
First start plug-in architecture
This commit is contained in:
@@ -24,6 +24,10 @@ target_link_libraries(Serializers
|
||||
IfcGeom ${OpenCASCADE_LIBRARIES} IfcParse
|
||||
)
|
||||
|
||||
if(WITH_OPENCASCADE)
|
||||
target_link_libraries(Serializers PRIVATE geometry_kernel_opencascade)
|
||||
endif()
|
||||
|
||||
install(TARGETS Serializers)
|
||||
|
||||
install(FILES ${SERIALIZERS_H_FILES}
|
||||
|
||||
Reference in New Issue
Block a user