mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 08:09:00 +08:00
dad6d64276
* [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>
18 lines
354 B
JSON
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
|
|
}
|
|
]
|
|
}
|