cmake - export IfcOpenShellConfig.cmake

This commit is contained in:
Andrej730
2025-12-11 19:22:49 +05:00
parent f5b1d7695a
commit 2627052b55
11 changed files with 72 additions and 8 deletions
+3 -1
View File
@@ -5,4 +5,6 @@ set(SOURCE_FILES ${CPP_FILES})
add_executable(IfcGeomServer ${SOURCE_FILES})
target_link_libraries(IfcGeomServer IfcGeom ${kernel_libraries} ${OpenCASCADE_LIBRARIES})
install(TARGETS IfcGeomServer)
install(TARGETS IfcGeomServer
EXPORT ${IFCOPENSHELL_EXPORT_TARGETS}
)