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
@@ -16,4 +16,6 @@ target_link_libraries(IfcConvert
${CGAL_LIBRARIES} ${GLTF_LIBRARIES}
)
install(TARGETS IfcConvert)
install(TARGETS IfcConvert
EXPORT ${IFCOPENSHELL_EXPORT_TARGETS}
)