pineapple/externals/vcpkg/scripts/test_ports/vcpkg-ci-paraview/vcpkg.json
2022-07-23 03:01:36 +02:00

26 lines
547 B
JSON
Executable file

{
"name": "vcpkg-ci-paraview",
"version-string": "1",
"port-version": 3,
"description": "Port to force features of certain ports within CI",
"homepage": "https://github.com/microsoft/vcpkg",
"dependencies": [
{
"name": "paraview",
"default-features": false,
"features": [
"tools"
],
"platform": "x86 & windows"
},
{
"name": "paraview",
"default-features": false,
"features": [
"tools",
"vtkm"
],
"platform": "!(x86 & windows)"
}
]
}