Skip to Content

ms-ifc-sdk v0.43.1

Created
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 are supported

# Features

No features defined.

# Dependencies

No transitive dependencies.

# Host Dependencies

No transitive dependencies.

# Dependents

No dependents.

# Host Dependents

No dependents.

# Contributors

  • friendlyanon's avatar friendlyanon

# Changelog

  • d30cdff Add port ms-ifc-sdk (#35972)

# Source