aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/scripts/test_ports/vcpkg-ci-libgwenhywfar/vcpkg.json
blob: 3f9f827b083bc9c9f6575a5b5cc6ccc74fe178b0 (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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
  "name": "vcpkg-ci-libgwenhywfar",
  "version-string": "ci",
  "description": "Validates libgwenhywfar",
  "dependencies": [
    {
      "name": "libgwenhywfar",
      "default-features": false
    },
    {
      "name": "vcpkg-cmake",
      "host": true
    }
  ],
  "default-features": [
    {
      "name": "openssl",
      "platform": "!arm64"
    },
    {
      "name": "qt5",
      "platform": "!(osx & static)"
    }
  ],
  "features": {
    "openssl": {
      "description": "Use openssl",
      "dependencies": [
        {
          "name": "libgwenhywfar",
          "features": [
            "openssl"
          ]
        }
      ]
    },
    "qt5": {
      "description": "Install qt5 binding",
      "dependencies": [
        {
          "name": "libgwenhywfar",
          "features": [
            "qt5"
          ]
        }
      ]
    }
  }
}