mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 00:18:59 +08:00
c8fe3a53f7
* Install pc file for msvc * Fix warning about unused cmake variable * Update version Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
18 lines
319 B
JSON
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
|
|
}
|
|
]
|
|
}
|