diff options
Diffstat (limited to 'vcpkg/ports/lastools/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/lastools/vcpkg.json | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/vcpkg/ports/lastools/vcpkg.json b/vcpkg/ports/lastools/vcpkg.json new file mode 100644 index 0000000..c1865c8 --- /dev/null +++ b/vcpkg/ports/lastools/vcpkg.json @@ -0,0 +1,23 @@ +{ + "name": "lastools", + "version": "2.0.4", + "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", + "supports": "static" + } + } +} |