1. Home
  2. Browse
  3. ms-ifc-sdk

ms-ifc-sdk

v0.43.1#0Latest

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

Install

Run the following Vcpkg command to install the port.

vcpkg install ms-ifc-sdk

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)

Dependencies

See source

Version

v0.43.1#0

Publication

Supports

All

GitHub

microsoft/ifc58

Homepage

github.com/microsoft/ifc

Subtree

d30cdff658

License

Apache-2.0

Definition

Manifest