aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/ms-ifc-sdk/vcpkg.json
blob: 266c1c299d5b091953e31aa5a7d712099eee375b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "ms-ifc-sdk",
  "version": "0.43.1",
  "port-version": 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
    }
  ]
}