Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

18 lines
334 B
JSON

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