mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-21 07:42:44 +00:00
Update CMake build script
This commit is contained in:
@@ -141,9 +141,11 @@ ADD_LIBRARY(IfcGeom STATIC
|
|||||||
../src/ifcgeom/IfcGeomFaces.cpp
|
../src/ifcgeom/IfcGeomFaces.cpp
|
||||||
../src/ifcgeom/IfcGeomFunctions.cpp
|
../src/ifcgeom/IfcGeomFunctions.cpp
|
||||||
../src/ifcgeom/IfcGeomHelpers.cpp
|
../src/ifcgeom/IfcGeomHelpers.cpp
|
||||||
../src/ifcgeom/IfcGeomObjects.cpp
|
../src/ifcgeom/IfcGeomMaterial.cpp
|
||||||
../src/ifcgeom/IfcGeomRenderStyles.cpp
|
../src/ifcgeom/IfcGeomRenderStyles.cpp
|
||||||
|
../src/ifcgeom/IfcGeomRepresentation.cpp
|
||||||
../src/ifcgeom/IfcGeomShapes.cpp
|
../src/ifcgeom/IfcGeomShapes.cpp
|
||||||
|
../src/ifcgeom/IfcGeomUtils.cpp
|
||||||
../src/ifcgeom/IfcGeomWires.cpp
|
../src/ifcgeom/IfcGeomWires.cpp
|
||||||
../src/ifcgeom/IfcRegister.cpp
|
../src/ifcgeom/IfcRegister.cpp
|
||||||
)
|
)
|
||||||
@@ -182,8 +184,13 @@ ADD_SUBDIRECTORY(../src/examples examples)
|
|||||||
# CMake installation targets
|
# CMake installation targets
|
||||||
SET(include_files_geom
|
SET(include_files_geom
|
||||||
../src/ifcgeom/IfcGeom.h
|
../src/ifcgeom/IfcGeom.h
|
||||||
../src/ifcgeom/IfcGeomObjects.h
|
../src/ifcgeom/IfcGeomElement.h
|
||||||
|
../src/ifcgeom/IfcGeomIterator.h
|
||||||
|
../src/ifcgeom/IfcGeomIteratorSettings.h
|
||||||
|
../src/ifcgeom/IfcGeomMaterial.h
|
||||||
../src/ifcgeom/IfcGeomRenderStyles.h
|
../src/ifcgeom/IfcGeomRenderStyles.h
|
||||||
|
../src/ifcgeom/IfcGeomRepresentation.h
|
||||||
|
../src/ifcgeom/IfcGeomUtils.h
|
||||||
../src/ifcgeom/IfcRegister.h
|
../src/ifcgeom/IfcRegister.h
|
||||||
../src/ifcgeom/IfcRegisterConvertCurve.h
|
../src/ifcgeom/IfcRegisterConvertCurve.h
|
||||||
../src/ifcgeom/IfcRegisterConvertFace.h
|
../src/ifcgeom/IfcRegisterConvertFace.h
|
||||||
|
|||||||
Reference in New Issue
Block a user