vcpkg/ports/liblzma/vcpkg.json
Jimmy Lee dad6d64276
[liblzma] add install bundle for support build target for ios platform. (#18829)
* [liblzma] add install bundle for support build target for ios platform.

* Remove the deprecated functions

* format vcpkg.json

* Update the baseline version

Co-authored-by: PhoebeHui <20694052+PhoebeHui@users.noreply.github.com>
2021-07-22 15:48:47 -07:00

18 lines
354 B
JSON

{
"name": "liblzma",
"version-semver": "5.2.5",
"port-version": 3,
"description": "Compression library with an API similar to that of zlib.",
"homepage": "hhttps://github.com/xz-mirror/xz",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}