From aa0fbd434e67ad3750e4deb003d35ae77c539310 Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Tue, 11 Jun 2024 10:33:07 +0200 Subject: [PATCH] Add geometry library install targets #4842 --- cmake/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt index e35a7bf02f..15708d1ade 100644 --- a/cmake/CMakeLists.txt +++ b/cmake/CMakeLists.txt @@ -1177,7 +1177,7 @@ if(BUILD_IFCGEOM) DESTINATION ${INCLUDEDIR}/ifcgeom_schema_agnostic ) - install(TARGETS ${IFCGEOM_SCHEMA_LIBRARIES} IfcGeom + install(TARGETS ${IFCGEOM_SCHEMA_LIBRARIES} ${kernel_libraries} IfcGeom ARCHIVE DESTINATION ${LIBDIR} LIBRARY DESTINATION ${LIBDIR} RUNTIME DESTINATION ${BINDIR}