aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/pdal-c/vcpkg.json
blob: 8626a5050e8cd4348c22f95cb7484b87c3982083 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "pdal-c",
  "version": "2.2.0",
  "description": "C API for the Point Data Abstraction Library (PDAL)",
  "homepage": "https://github.com/PDAL/CAPI#readme",
  "supports": "!(windows & staticcrt)",
  "dependencies": [
    {
      "name": "pdal",
      "default-features": false
    },
    {
      "name": "vcpkg-cmake",
      "host": true
    }
  ]
}