mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 10:21:07 +08:00
51e10eb7fe
* [gdal] Fix find_package2 * [cmake-user] Test gdal * [cmake-user] gdal needs CMake 3.9 * Fix tiff & zstd * Update versions * [libkml] Export modern INTERFACE_LINK_LIBRARIES * [gdal] Enable libkml driver Co-authored-by: Alexander Neumann <30894796+Neumann-A@users.noreply.github.com>
24 lines
439 B
JSON
24 lines
439 B
JSON
{
|
|
"name": "libkml",
|
|
"version": "1.3.0",
|
|
"port-version": 10,
|
|
"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"
|
|
]
|
|
}
|