vcpkg/ports/ms-ifc-sdk/vcpkg.json

19 lines
405 B
JSON
Raw Normal View History

{
"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
}
]
}