Fix CGAL library linking on windows, conditional IfcTriangulatedFaceSet based on schema

This commit is contained in:
Thomas Krijnen
2017-03-09 12:14:00 +01:00
parent deea0f6558
commit 619b4fbed5
3 changed files with 19 additions and 7 deletions
@@ -46,7 +46,9 @@ SHAPE(IfcSphere);
SHAPE(IfcRectangularPyramid);
SHAPE(IfcRightCircularCylinder);
SHAPE(IfcRightCircularCone);
#ifdef USE_IFC4
SHAPE(IfcTriangulatedFaceSet);
#endif
SHAPE(IfcHalfSpaceSolid);
FACE(IfcArbitraryClosedProfileDef);