mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 01:59:00 +08:00
18 lines
334 B
JSON
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"
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
}
|