vcpkg/ports/vxl/vcpkg.json
autoantwort 2c5e3d573e
[vxl] no absolute paths (#21690)
* [vxl] no absolute paths

* [vxl] Disable build of testlib

Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-11-30 13:46:51 -08:00

30 lines
555 B
JSON

{
"name": "vxl",
"version": "2.0.2",
"port-version": 4,
"description": "A multi-platform collection of C++ software libraries for Computer Vision and Image Understanding.",
"dependencies": [
"bzip2",
"expat",
"libgeotiff",
"libjpeg-turbo",
"libpng",
"shapelib",
"tiff",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
},
"zlib"
],
"features": {
"core-imaging": {
"description": "core-imaging support for vxl"
}
}
}