SDK for the IFC specification at https://github.com/microsoft/ifc-spec
The package Microsoft.IFC provides CMake targets:
find_package(Microsoft.IFC CONFIG REQUIRED)
target_link_libraries(main PRIVATE Microsoft.IFC::SDK)
# Or use the individual components of Microsoft.IFC::SDK for advanced use
find_package(Microsoft.IFC CONFIG REQUIRED)
target_link_libraries(main PRIVATE Microsoft.IFC::Core Microsoft.IFC::DOM)
v0.43.1#0
All
Apache-2.0
Manifest