mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-29 00:03:17 +00:00
Continue work on plug-in and tests
This commit is contained in:
@@ -7,8 +7,8 @@ target_link_libraries(IfcGeomServer IfcGeom ${OpenCASCADE_LIBRARIES})
|
||||
if(WITH_OPENCASCADE)
|
||||
target_link_libraries(IfcGeomServer geometry_kernel_opencascade)
|
||||
endif()
|
||||
if(kernel_libraries OR mapping_libraries)
|
||||
add_dependencies(IfcGeomServer ${kernel_libraries} ${mapping_libraries})
|
||||
if(schema_libraries OR kernel_libraries OR mapping_libraries)
|
||||
add_dependencies(IfcGeomServer ${schema_libraries} ${kernel_libraries} ${mapping_libraries})
|
||||
endif()
|
||||
|
||||
install(TARGETS IfcGeomServer EXPORT ${IFCOPENSHELL_EXPORT_TARGETS})
|
||||
|
||||
Reference in New Issue
Block a user