mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 12:49:00 +08:00
e8661320ba
* 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>
27 lines
506 B
JSON
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"
|
|
]
|
|
}
|
|
}
|
|
}
|