mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 14:59:05 +08:00
c4c22be7df
* [lastools] Update to 2.0.2, fix include directories * [lastools] Updated version database * [lastools] Replaced deprecated functions * [lastools] Updated reference, fixed ci.baseline.txt * [lastools] Updated versions database * [lastools] Removed port-version from vcpkg.json * [lastools] Updated version database * [lastools] Fixed port version * [lastools] Updated version database --------- Co-authored-by: Emanuele Trabattoni <Emanuele.Trabattoni@faro.com>
18 lines
383 B
JSON
18 lines
383 B
JSON
{
|
|
"name": "lastools",
|
|
"version": "2.0.2+20230206",
|
|
"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
|
|
}
|
|
]
|
|
}
|