vcpkg/ports/ms-ifc-sdk/vcpkg.json
friendlyanon d30cdff658
Add port ms-ifc-sdk (#35972)
Co-authored-by: friendlyanon <friendlyanon@users.noreply.github.com>
2024-01-03 18:04:42 -08:00

19 lines
405 B
JSON

{
"name": "ms-ifc-sdk",
"version": "0.43.1",
"description": "SDK for the IFC specification at https://github.com/microsoft/ifc-spec",
"homepage": "https://github.com/microsoft/ifc",
"license": "Apache-2.0 WITH LLVM-exception",
"dependencies": [
"ms-gsl",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}