mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-27 18:57:17 +00:00
cmake: Externalize geometry_serializer cmake config files to their own directory
This commit is contained in:
committed by
Thomas Krijnen
parent
8f7cf76d98
commit
30184a3f6d
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user