vcpkg/ports/libharu/vcpkg.json
Mengna Li 72cdfe25ee
[vcpkg baseline][libharu] update to 2.4.0-rc1 (#25569)
* 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
2022-07-13 10:30:11 -07:00

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"
]
}