aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libkml/vcpkg.json
blob: 4e544cf4b7abe706c1bd50dd7931ea26796d149a (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": "libkml",
  "version": "1.3.0",
  "port-version": 14,
  "description": "Reference implementation of OGC KML 2.2",
  "homepage": "https://github.com/libkml/libkml",
  "license": "BSD-3-Clause",
  "dependencies": [
    "boost-smart-ptr",
    "expat",
    "minizip",
    "uriparser",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    },
    "zlib"
  ]
}