aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/scripts/test_ports/vcpkg-ci-plplot/vcpkg.json
blob: e4e41f0534ccb292558e6a1db5e09835ce876897 (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
{
  "name": "vcpkg-ci-plplot",
  "version-string": "ci",
  "description": "Port to force features of plplot within CI",
  "homepage": "https://github.com/microsoft/vcpkg",
  "license": "MIT",
  "dependencies": [
    {
      "name": "plplot",
      "default-features": false
    },
    {
      "name": "vcpkg-cmake",
      "host": true
    }
  ],
  "default-features": [
    "all"
  ],
  "features": {
    "all": {
      "description": "Test all features",
      "dependencies": [
        {
          "name": "plplot",
          "features": [
            "wxwidgets"
          ],
          "platform": "!android"
        }
      ]
    }
  }
}