mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 16:59:08 +08:00
76d9952e00
* add header file * update version
30 lines
555 B
JSON
30 lines
555 B
JSON
{
|
|
"name": "vxl",
|
|
"version": "2.0.2",
|
|
"port-version": 5,
|
|
"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"
|
|
}
|
|
}
|
|
}
|