vcpkg/ports/shapelib/vcpkg.json
JonLiu1993 ce5fa83c6e
[shapelib] Fix shapelib usage (#22633)
* [shapelib] Fix shapelib usage

* update version
2022-03-21 12:36:19 -07:00

18 lines
370 B
JSON

{
"name": "shapelib",
"version": "1.5.0",
"port-version": 3,
"description": "Shapefile C Library is simple C API for reading and writing ESRI Shapefiles",
"homepage": "https://download.osgeo.org/shapelib",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}