Files
IfcOpenShell/src/ifcconvert/CMakeLists.txt
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
227 B
CMake
Raw Normal View History

# IfcConvert
2026-04-15 18:07:28 +02:00
add_executable(IfcConvert IfcConvert.cpp)
target_link_libraries(IfcConvert IfcGeom IfcParse Serializers ${OpenCASCADE_LIBRARIES} ${Boost_LIBRARIES} ${HDF5_LIBRARIES} ${USD_LIBRARIES})
2025-11-28 16:45:40 +01:00
install(TARGETS IfcConvert)