mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 03:30:38 +08:00
ef793cbe59
* Migrate LASzip to the new manifest format. - CONTROL -> vcpkg.json - vcpkg_configure_cmake -> vcpkg_cmake_configure - vcpkg_install_cmake -> vcpkg_cmake_install * update version Co-authored-by: Jonliu1993 <13720414433@163.com>
18 lines
321 B
JSON
18 lines
321 B
JSON
{
|
|
"name": "laszip",
|
|
"version": "3.4.3",
|
|
"port-version": 1,
|
|
"description": "LASzip - free and lossless LiDAR compression",
|
|
"homepage": "https://laszip.org/",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|