tree and document plug-ins

This commit is contained in:
Thomas Krijnen
2026-04-17 11:24:09 +02:00
parent 3824e7b449
commit d2cc66fdf0
60 changed files with 2207 additions and 766 deletions
+3
View File
@@ -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)