mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-30 08:33:10 +00:00
2 lines
119 B
CMake
2 lines
119 B
CMake
|
|
ADD_EXECUTABLE(IfcParseExamples ../src/examples/IfcParseExamples.cpp)
|
||
|
|
TARGET_LINK_LIBRARIES (IfcParseExamples IfcParse)
|