mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-20 15:08:51 +00:00
cmake - fix missing installation for ifcgeom/serialization headers
Was trying to reproduce IfcOpenHouse example outside of IfcOpenShell project and noticed that it's referring to a header not present in installation.
This commit is contained in:
@@ -1397,6 +1397,11 @@ if(BUILD_IFCGEOM)
|
|||||||
DESTINATION ${INCLUDEDIR}/ifcgeom
|
DESTINATION ${INCLUDEDIR}/ifcgeom
|
||||||
)
|
)
|
||||||
|
|
||||||
|
file(GLOB SERIALIZATION_H_FILES ../src/ifcgeom/serialization/*.h)
|
||||||
|
install(FILES ${SERIALIZATION_H_FILES}
|
||||||
|
DESTINATION ${INCLUDEDIR}/ifcgeom/serialization
|
||||||
|
)
|
||||||
|
|
||||||
foreach(kernel ${GEOMETRY_KERNELS})
|
foreach(kernel ${GEOMETRY_KERNELS})
|
||||||
file(GLOB IFCGEOM_H_FILES ../src/ifcgeom/kernels/${kernel}/*.h)
|
file(GLOB IFCGEOM_H_FILES ../src/ifcgeom/kernels/${kernel}/*.h)
|
||||||
install(FILES ${IFCGEOM_H_FILES}
|
install(FILES ${IFCGEOM_H_FILES}
|
||||||
|
|||||||
Reference in New Issue
Block a user