aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/scripts/test_ports/vcpkg-ci-gmime/vcpkg.json
blob: cbef40d5e73d420fca9ec507ae5ceeb99d739623 (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
{
  "name": "vcpkg-ci-gmime",
  "version-string": "ci",
  "description": "Validates gmime",
  "dependencies": [
    "gmime",
    {
      "name": "vcpkg-cmake",
      "host": true
    }
  ],
  "default-features": [
    {
      "name": "crypto",
      "platform": "!windows | mingw"
    }
  ],
  "features": {
    "crypto": {
      "description": "gmime[crypo]",
      "dependencies": [
        {
          "name": "gmime",
          "features": [
            "crypto"
          ]
        }
      ]
    }
  }
}