vcpkg/ports/laszip/vcpkg.json
Tamás G. Barna ef793cbe59
[laszip] Migrate LASzip to the new manifest format. (#18614)
* 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>
2021-07-22 21:58:32 -07:00

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
}
]
}