vcpkg/ports/librttopo/vcpkg.json
Kai Pastor 1c91b14312
[librttopo] Revise windows build (#20584)
* Use common indentation of 4 spaces

* Minimize makefiles patch

* Fix single-config build

* Install pc file for windows

* Update versions
2021-10-11 20:51:03 -07:00

11 lines
323 B
JSON

{
"name": "librttopo",
"version": "1.1.0",
"port-version": 5,
"description": "The RT Topology Library exposes an API to create and manage standard (ISO 13249 aka SQL/MM) topologies using user-provided data stores.",
"homepage": "https://git.osgeo.org/gitea/rttopo/librttopo",
"dependencies": [
"geos"
]
}