mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-18 03:19:53 +00:00
e56281a72e
- Add the IfcHierarchyHelper to assist in the creation of IFC files - Add the IfcOpenHouse example for writing topological geometry and tessellated Open Cascade shapes to IFC
6 lines
318 B
CMake
6 lines
318 B
CMake
ADD_EXECUTABLE(IfcParseExamples IfcParseExamples.cpp)
|
|
TARGET_LINK_LIBRARIES (IfcParseExamples IfcParse)
|
|
|
|
ADD_EXECUTABLE(IfcOpenHouse IfcOpenHouse.cpp)
|
|
TARGET_LINK_LIBRARIES (IfcOpenHouse IfcParse IfcGeom TKernel TKMath TKBRep TKGeomBase TKGeomAlgo TKG3d TKG2d TKShHealing TKTopAlgo TKMesh TKPrim TKBool TKBO TKFillet)
|