vcpkg/ports/libharu/vcpkg.json
Jafar Abdi e8661320ba
[libharu] Fix renaming library when one of the build type is selected (#19979)
* libharu: Fix renaming library when build type is either release or debug

Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com>

* Run vcpkg x-add-version --all

* Small changes

Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com>
2021-09-07 21:48:24 -07:00

27 lines
506 B
JSON

{
"name": "libharu",
"version-string": "2017-08-15",
"port-version": 10,
"description": "libharu - free PDF library",
"homepage": "https://github.com/libharu/libharu",
"dependencies": [
"libpng",
{
"name": "vcpkg-cmake",
"host": true
},
"zlib"
],
"default-features": [
"notiffsymbols"
],
"features": {
"notiffsymbols": {
"description": "disable symbols also defined by the tiff port",
"dependencies": [
"tiff"
]
}
}
}