mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-31 05:03:22 +08:00
18 lines
319 B
JSON
18 lines
319 B
JSON
|
{
|
||
|
"name": "geos",
|
||
|
"version": "3.9.1",
|
||
|
"port-version": 1,
|
||
|
"description": "Geometry Engine Open Source",
|
||
|
"homepage": "https://www.osgeo.org/projects/geos/",
|
||
|
"dependencies": [
|
||
|
{
|
||
|
"name": "vcpkg-cmake",
|
||
|
"host": true
|
||
|
},
|
||
|
{
|
||
|
"name": "vcpkg-cmake-config",
|
||
|
"host": true
|
||
|
}
|
||
|
]
|
||
|
}
|