aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/vbs-enclave-tooling-codegen/vcpkg.json
blob: 1bd2f6620ecac223a1769a77c0fd9e119e31388e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "vbs-enclave-tooling-codegen",
  "version": "0.1.1-prerelease",
  "description": "Supports code generation for VBS enclaves.",
  "homepage": "https://github.com/microsoft/vbsEnclaveTooling",
  "license": "MIT",
  "supports": "(windows & arm64) | (windows & x64)",
  "dependencies": [
    "flatbuffers",
    "ms-gsl",
    {
      "name": "vcpkg-msbuild",
      "host": true
    },
    "wil"
  ]
}