mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 03:29:01 +08:00
4a881774fd
* [geos] Update * Fix non-MSVC DLL builds * DISABLE_GEOS_INLINE is obsolete
18 lines
313 B
JSON
18 lines
313 B
JSON
{
|
|
"name": "geos",
|
|
"version": "3.11.1",
|
|
"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
|
|
}
|
|
]
|
|
}
|