mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:29:00 +08:00
38acea0c4c
* [freexl] Update to 2.0.0 * Skip tests, examples * [minizip] Build DLL * [libspatialite] Update to 5.1.0 * Fix utf8 source * [spatialite-tools] Update to 5.1.0a * [libkml] Update minizip prefix * [libkml] Fix all minizip names
24 lines
439 B
JSON
24 lines
439 B
JSON
{
|
|
"name": "libkml",
|
|
"version": "1.3.0",
|
|
"port-version": 13,
|
|
"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"
|
|
]
|
|
}
|