aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/scripts/test_ports/vcpkg-ci-wxwidgets/vcpkg.json
blob: 10ba1aa410d2957e910ef6cef5c4af9834f6a296 (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
{
  "name": "vcpkg-ci-wxwidgets",
  "version-date": "2022-04-05",
  "port-version": 1,
  "description": "Builds a GUI app in order to validate the wxwidgets port.",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "wxwidgets",
      "default-features": false,
      "features": [
        "example"
      ]
    }
  ],
  "default-features": [
    {
      "name": "wxrc",
      "platform": "native"
    }
  ],
  "features": {
    "wxrc": {
      "description": "Test wxrc"
    }
  }
}