cmake - move ifcgeom installs to ifcgeom cmake

we don't install kernel libraries as they now have `OBJECT` type
IFCGEOM_SCHEMA_LIBRARIES and headers were handled in b7a9199  30184a3 9d28628
This commit is contained in:
Andrej730
2025-12-05 13:10:03 +05:00
parent 40cffe2dd1
commit 3cc8477a01
2 changed files with 2 additions and 24 deletions
+2
View File
@@ -31,6 +31,8 @@ if(NOT WASM_BUILD)
target_link_libraries(IfcGeom IfcParse)
endif()
install(TARGETS IfcGeom)
install(FILES ${SCHEMA_AGNOSTIC_H_FILES}
DESTINATION ${INCLUDEDIR}/ifcgeom
)