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" ] } ] }