vcpkg/ports/geos/vcpkg.json
Kai Pastor c8fe3a53f7
[geos] Install pc file also for Windows (#20502)
* Install pc file for msvc

* Fix warning about unused cmake variable

* Update version

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2021-10-05 18:39:42 -07:00

18 lines
319 B
JSON

{
"name": "geos",
"version": "3.9.1",
"port-version": 3,
"description": "Geometry Engine Open Source",
"homepage": "https://www.osgeo.org/projects/geos/",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}