mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-14 05:11:48 +08:00
20 lines
357 B
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
|
|
}
|
|
]
|
|
}
|