mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-20 20:22:09 +00:00
tree and document plug-ins
This commit is contained in:
@@ -7,5 +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})
|
||||
endif()
|
||||
|
||||
install(TARGETS IfcGeomServer)
|
||||
|
||||
Reference in New Issue
Block a user