ms-ifc-sdkv0.43.5
- Updated
SDK for the IFC specification at https://github.com/microsoft/ifc-spec
- Project website: https://github.com/microsoft/ifc
#Usage
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)#Supported Platforms
All platforms supported.
#Features
No features defined.
#Used By
No ports use this.
#Host Tool For
No ports use this.
#Contributors
friendlyanon
Billy O'Neal
SunBlack