aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/liblas/vcpkg.json
blob: fd0221ed59846932fcc8d12322fd831150991ce3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
  "name": "liblas",
  "version": "1.8.1",
  "port-version": 16,
  "description": "A C/C++ library for reading and writing the very common LAS LiDAR format.",
  "license": null,
  "supports": "!arm & !staticcrt",
  "dependencies": [
    "boost-foreach",
    "boost-interprocess",
    "boost-iostreams",
    "boost-lambda",
    "boost-program-options",
    "boost-property-tree",
    "boost-uuid",
    "libgeotiff",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ],
  "features": {
    "jpeg": {
      "description": "This feature does nothing. It is retained for compatibility."
    },
    "tools": {
      "description": "Build utilities."
    },
    "zlib": {
      "description": "This feature does nothing. It is retained for compatibility."
    }
  }
}