mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 03:29:01 +08:00
5dc2f378a7
* [libkml] explicitly set C++ standard as it uses features that were removed in C++17 * ./vcpkg x-add-version --all
24 lines
439 B
JSON
24 lines
439 B
JSON
{
|
|
"name": "libkml",
|
|
"version": "1.3.0",
|
|
"port-version": 12,
|
|
"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"
|
|
]
|
|
}
|