mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 07:09:06 +08:00
23 lines
451 B
JSON
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"
|
|
}
|
|
}
|
|
}
|