mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 03:49:00 +08:00
810775e367
* Update geos to 3.10.2 * Minor cleanup * Drop the legacy debug postfix All downstream ports in vcpkg use either CMake config or pkg-config. * Fix EXTRA_OPTIONS list handling * Update versions
18 lines
313 B
JSON
18 lines
313 B
JSON
{
|
|
"name": "geos",
|
|
"version": "3.10.2",
|
|
"description": "Geometry Engine Open Source",
|
|
"homepage": "https://libgeos.org/",
|
|
"license": "LGPL-2.1-only",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|