aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/scripts/test_ports/vcpkg-ci-cmake-toolchain-file/vcpkg.json
blob: d754f71807676f92505940b9fb1ff10ad1161ce3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "vcpkg-ci-cmake-toolchain-file",
  "version-string": "ci",
  "description": "Validate vcpkg.cmake toolchain file",
  "homepage": "https://github.com/microsoft/vcpkg",
  "license": "MIT",
  "dependencies": [
    {
      "name": "unit-test-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake",
      "host": true
    }
  ]
}