diff options
Diffstat (limited to 'vcpkg/ports/libkml/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/libkml/vcpkg.json | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/vcpkg/ports/libkml/vcpkg.json b/vcpkg/ports/libkml/vcpkg.json new file mode 100644 index 0000000..4e544cf --- /dev/null +++ b/vcpkg/ports/libkml/vcpkg.json @@ -0,0 +1,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" + ] +} |