From 8872affe54f72827ffc173288a70ed7b2c78c35e Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Fri, 19 Dec 2014 12:37:31 +0000 Subject: [PATCH] Update CMake build script --- cmake/CMakeLists.txt | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt index 5fe6e41e22..84411b3235 100644 --- a/cmake/CMakeLists.txt +++ b/cmake/CMakeLists.txt @@ -141,9 +141,11 @@ ADD_LIBRARY(IfcGeom STATIC ../src/ifcgeom/IfcGeomFaces.cpp ../src/ifcgeom/IfcGeomFunctions.cpp ../src/ifcgeom/IfcGeomHelpers.cpp - ../src/ifcgeom/IfcGeomObjects.cpp + ../src/ifcgeom/IfcGeomMaterial.cpp ../src/ifcgeom/IfcGeomRenderStyles.cpp + ../src/ifcgeom/IfcGeomRepresentation.cpp ../src/ifcgeom/IfcGeomShapes.cpp + ../src/ifcgeom/IfcGeomUtils.cpp ../src/ifcgeom/IfcGeomWires.cpp ../src/ifcgeom/IfcRegister.cpp ) @@ -182,8 +184,13 @@ ADD_SUBDIRECTORY(../src/examples examples) # CMake installation targets SET(include_files_geom ../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/IfcGeomRepresentation.h + ../src/ifcgeom/IfcGeomUtils.h ../src/ifcgeom/IfcRegister.h ../src/ifcgeom/IfcRegisterConvertCurve.h ../src/ifcgeom/IfcRegisterConvertFace.h