vcpkg/ports/lastools/vcpkg.json
MonicaLiu e249dfb528
[lastools] Fix '*.cmake' file name (#29833)
* update lastools

* update version

---------

Co-authored-by: Monica <v-liumonica@microsoft.com>
Co-authored-by: Javier Matos Denizac <javier.matosd@gmail.com>
2023-03-20 12:16:03 -07:00

19 lines
404 B
JSON

{
"name": "lastools",
"version": "2.0.2+20230206",
"port-version": 1,
"description": "LAStools: award-winning software for efficient LiDAR processing (with LASzip)",
"homepage": "https://github.com/LAStools/LAStools",
"supports": "!uwp",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}