vcpkg/scripts/test_ports/vcpkg-ci-vxl/vcpkg.json

20 lines
357 B
JSON

{
"name": "vcpkg-ci-vxl",
"version-string": "ci",
"description": "Port to force features of vxl within CI",
"homepage": "https://github.com/microsoft/vcpkg",
"license": "MIT",
"dependencies": [
{
"name": "vxl",
"features": [
"core-imaging"
]
},
{
"name": "vcpkg-cmake",
"host": true
}
]
}