Skip to content

ms-ifc-sdkv0.43.5

Updated

SDK for the IFC specification at https://github.com/microsoft/ifc-spec

#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)

#License

Apache-2.0 WITH LLVM-exception

#Supported Platforms

All platforms supported.

#Features

No features defined.

#Dependencies

No transitive dependencies.

#Host Dependencies

No transitive dependencies.

#Used By

No ports use this.

#Host Tool For

No ports use this.

#Contributors

  • friendlyanon's avatarfriendlyanon
  • Billy O'Neal's avatarBilly O'Neal
  • SunBlack's avatarSunBlack

#Changelog

  • 3730227[ms-ifc-sdk] Update to 0.43.5 (#48746)
  • 2626652Patch Tuesday for September 2025 + macOS 15.6.1 (#47326)
  • d30cdffAdd port ms-ifc-sdk (#35972)