mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 06:29:17 +08:00
a193e8fb4e
Fixes #38764, update `7zip` to 24.06. No feature needs to be tested, the usage test passed on `x64-windows`(header files found): ``` 7zip provides CMake targets: # this is heuristically generated, and may not be correct find_package(7zip CONFIG REQUIRED) target_link_libraries(main PRIVATE 7zip::7zip) ```
19 lines
384 B
JSON
19 lines
384 B
JSON
{
|
|
"name": "7zip",
|
|
"version-string": "24.06",
|
|
"description": "Library for archiving file with a high compression ratio.",
|
|
"homepage": "https://www.7-zip.org",
|
|
"license": "LGPL-2.1-or-later",
|
|
"supports": "!uwp & !xbox",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|