aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/scripts/test_ports/vcpkg-ci-netgen/vcpkg.json
blob: a532ee7eb9662ea1a85ba843485bd234ac275062 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "vcpkg-ci-netgen",
  "version-string": "ci",
  "description": "Force non-default features of netgen within vcpkg CI",
  "homepage": "https://github.com/microsoft/vcpkg",
  "dependencies": [
    {
      "name": "netgen",
      "features": [
        "cgns",
        "jpeg",
        "mpeg",
        "occ"
      ]
    }
  ]
}