mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-18 11:20:21 +00:00
6 lines
327 B
CMake
6 lines
327 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 TKOffset)
|