vcpkg/ports/lastools/vcpkg.json
2024-08-13 15:34:02 -07:00

23 lines
451 B
JSON

{
"name": "lastools",
"version": "2.0.3",
"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
}
],
"features": {
"tools": {
"description": "Build tools"
}
}
}