mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 07:39:04 +08:00
603643dcbf
* [geos] Fix geos-config * [libspatialite] Fix quirks
19 lines
334 B
JSON
19 lines
334 B
JSON
{
|
|
"name": "geos",
|
|
"version": "3.11.3",
|
|
"port-version": 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
|
|
}
|
|
]
|
|
}
|