aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/scripts/test_ports/vcpkg-ci-vxl/vcpkg.json
blob: 0c0986e6b75093691908067363597f18062a555c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "vcpkg-ci-vxl",
  "version-string": "ci",
  "description": "Port to force features of vxl within CI",
  "homepage": "https://github.com/microsoft/vcpkg",
  "license": "MIT",
  "dependencies": [
    {
      "name": "vxl",
      "features": [
        "core-imaging"
      ]
    },
    {
      "name": "vcpkg-cmake",
      "host": true
    }
  ]
}