aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/scripts/test_ports/vcpkg-ci-libheif/vcpkg.json
blob: 4bac465d84793c8efb5677fe93261c0c6583befc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
  "name": "vcpkg-ci-libheif",
  "version-string": "ci",
  "description": "Port to test libheif in CI",
  "homepage": "https://github.com/microsoft/vcpkg",
  "license": "MIT",
  "dependencies": [
    {
      "name": "libheif",
      "default-features": false
    },
    {
      "name": "vcpkg-cmake",
      "host": true
    }
  ],
  "default-features": [
    "ci"
  ],
  "features": {
    "ci": {
      "description": "Feature depenencies. openjpeg is a plugin.",
      "dependencies": [
        {
          "name": "libheif",
          "features": [
            "openjpeg"
          ]
        }
      ]
    }
  }
}