mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-03 18:29:08 +08:00
ef9628f449
* use z_vcpkg_get_cmake_vars instead of including the toolchain * fix typo Co-authored-by: Osyotr <Osyotr@users.noreply.github.com> * add supports expressions * use _ENV_ instead of ENV so vcpkgs flags will overwrite any other flags. (also fixes pdcurses using LINK) * v db * version Co-authored-by: Osyotr <Osyotr@users.noreply.github.com> Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
12 lines
345 B
JSON
12 lines
345 B
JSON
{
|
|
"name": "librttopo",
|
|
"version": "1.1.0",
|
|
"port-version": 6,
|
|
"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",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
"geos"
|
|
]
|
|
}
|