mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-03 01:48:59 +08:00
72cdfe25ee
* update to 2.4.0-rc1 * update vtk vcpkg.json file * export targets * update patch * update patch * Fix FindLibHaru in vtk * update ports/vtk/FindLibHaru.patch * update patch * fix find libharu
20 lines
356 B
JSON
20 lines
356 B
JSON
{
|
|
"name": "libharu",
|
|
"version-semver": "2.4.0-rc1",
|
|
"description": "libharu - free PDF library",
|
|
"homepage": "https://github.com/libharu/libharu",
|
|
"license": "Zlib",
|
|
"dependencies": [
|
|
"libpng",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
"zlib"
|
|
]
|
|
}
|