aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/lastools/vcpkg.json
blob: c1865c8d6d514c50f98c9d3bed6d9e0161908626 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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"
    }
  }
}