aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/pdal-dimbuilder/vcpkg.json
blob: 3952ba0060bbbb36af199ed91333366924781ec9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "name": "pdal-dimbuilder",
  "version": "2.9.2",
  "description": "A tool used by the PDAL build process",
  "homepage": "https://pdal.io/",
  "license": "BSD-3-Clause",
  "supports": "native",
  "dependencies": [
    "nlohmann-json",
    "utfcpp",
    {
      "name": "vcpkg-cmake",
      "host": true
    }
  ]
}