SDK for the IFC specification at https://github.com/microsoft/ifc-spec
Run the following Vcpkg command to install the port.
vcpkg install ms-ifc-sdk
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
Jan 4, 2024
All
microsoft/ifc57
github.com/microsoft/ifc
d30cdff658
Apache-2.0
Manifest