diff options
Diffstat (limited to 'vcpkg/ports/ms-ifc-sdk/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/ms-ifc-sdk/vcpkg.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/vcpkg/ports/ms-ifc-sdk/vcpkg.json b/vcpkg/ports/ms-ifc-sdk/vcpkg.json new file mode 100644 index 0000000..266c1c2 --- /dev/null +++ b/vcpkg/ports/ms-ifc-sdk/vcpkg.json @@ -0,0 +1,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 + } + ] +} |