cmake: Externalize geometry_serializer cmake config files to their own directory

This commit is contained in:
Esteban DUGUEPEROUX
2025-11-15 20:31:13 +01:00
committed by Thomas Krijnen
parent 8f7cf76d98
commit 30184a3f6d
5 changed files with 43 additions and 44 deletions
+6 -1
View File
@@ -1,3 +1,8 @@
add_subdirectory(kernels)
set(kernel_libraries ${kernel_libraries} PARENT_SCOPE)
if((BUILD_CONVERT OR BUILD_IFCPYTHON) AND WITH_OPENCASCADE)
add_subdirectory(Serialization)
set(IFCOPENSHELL_LIBRARIES ${IFCOPENSHELL_LIBRARIES} PARENT_SCOPE)
endif()