From 846e881cf45be30731e67320d97a67e21d328edf Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Tue, 17 Feb 2015 19:52:18 +0000 Subject: [PATCH] Update build files --- cmake/CMakeLists.txt | 4 ++-- win/IfcGeom.vcproj | 8 -------- win/IfcParse.vcproj | 8 ++++++++ 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt index 1696949bce..ceef6c5d13 100644 --- a/cmake/CMakeLists.txt +++ b/cmake/CMakeLists.txt @@ -133,6 +133,7 @@ ADD_LIBRARY(IfcParse STATIC ../src/ifcparse/IfcHierarchyHelper.cpp ../src/ifcparse/IfcLateBoundEntity.cpp ../src/ifcparse/IfcParse.cpp + ../src/ifcparse/IfcSIPrefix.cpp ../src/ifcparse/IfcSpfHeader.cpp ../src/ifcparse/IfcUtil.cpp ../src/ifcparse/IfcWrite.cpp @@ -147,7 +148,6 @@ ADD_LIBRARY(IfcGeom STATIC ../src/ifcgeom/IfcGeomRenderStyles.cpp ../src/ifcgeom/IfcGeomRepresentation.cpp ../src/ifcgeom/IfcGeomShapes.cpp - ../src/ifcgeom/IfcGeomUtils.cpp ../src/ifcgeom/IfcGeomWires.cpp ../src/ifcgeom/IfcRegister.cpp ) @@ -193,7 +193,6 @@ SET(include_files_geom ../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 @@ -222,6 +221,7 @@ SET(include_files_parse ../src/ifcparse/IfcHierarchyHelper.h ../src/ifcparse/IfcLateBoundEntity.h ../src/ifcparse/IfcParse.h + ../src/ifcparse/IfcSIPrefix.h ../src/ifcparse/IfcSpfHeader.h ../src/ifcparse/IfcSpfStream.h ../src/ifcparse/IfcUtil.h diff --git a/win/IfcGeom.vcproj b/win/IfcGeom.vcproj index 44069b05af..22e36838c8 100644 --- a/win/IfcGeom.vcproj +++ b/win/IfcGeom.vcproj @@ -182,10 +182,6 @@ RelativePath="..\src\ifcgeom\IfcGeomShapes.cpp" > - - @@ -228,10 +224,6 @@ RelativePath="..\src\ifcgeom\IfcGeomRepresentation.h" > - - diff --git a/win/IfcParse.vcproj b/win/IfcParse.vcproj index 3f81585a7a..5877088cb8 100644 --- a/win/IfcParse.vcproj +++ b/win/IfcParse.vcproj @@ -213,6 +213,10 @@ RelativePath="..\src\ifcparse\IfcWrite.cpp" > + + @@ -287,6 +291,10 @@ RelativePath="..\src\ifcparse\IfcParse.h" > + +