aboutsummaryrefslogtreecommitdiff
path: root/ports/liblas/vcpkg.json
blob: eb0674a0a940fe5e10e7221fac688dfec36c019e (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
{
  "name": "liblas",
  "version-string": "1.8.1",
  "port-version": 7,
  "description": "A C/C++ library for reading and writing the very common LAS LiDAR format.",
  "dependencies": [
    "boost",
    "boost-detail",
    "boost-filesystem",
    "boost-iostreams",
    "boost-system",
    "boost-thread",
    "libgeotiff"
  ],
  "features": {
    "jpeg": {
      "description": "Support for jpeg",
      "dependencies": [
        "libjpeg-turbo"
      ]
    },
    "zlib": {
      "description": "Support zlib for compression",
      "dependencies": [
        "zlib"
      ]
    }
  }
}