mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-12 20:39:02 +08:00
0707a17ecf
* Restore upstream's DLL name * Don't add debug postfix * Decouple wrapper from config * Don't inject Find module stuff into config * Cleanup * [skip actions] Trim lzmad and LibLZMA patching * [skip actions] Fix CMAKE_DISABLE_FIND_PACKAGE_LibLZMA * [skip actions] CI * Update manifests * Update versions * Backfill LibLZMA::LibLZMA to CMake < 3.14 * Update versions * Update versions
19 lines
372 B
JSON
19 lines
372 B
JSON
{
|
|
"name": "liblzma",
|
|
"version-semver": "5.2.5",
|
|
"port-version": 5,
|
|
"description": "Compression library with an API similar to that of zlib.",
|
|
"homepage": "https://github.com/xz-mirror/xz",
|
|
"license": null,
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|