vcpkg/ports/readosm/vcpkg.json
Kai Pastor 3e35cb0a15
[scripts|nmake] Add jom option, add language control (#27255)
* Add CL_LANGUAGE option

* Add PREFER_JOM option

* Append install target to targets, not options

* Update vcpkg_install_nmake

* Re-enable nmake UWP builds for C projects

* Use PREFER_JOM

* Update documentation

* Update versions

* Add license fields

* Update versions
2022-11-02 11:32:43 -07:00

17 lines
429 B
JSON

{
"name": "readosm",
"version-string": "1.1.0a",
"port-version": 4,
"description": "ReadOSM is an open source library to extract valid data from within an Open Street Map input file (.osm or .osm.pbf)",
"homepage": "https://www.gaia-gis.it/gaia-sins/readosm-sources",
"license": "MPL-1.1",
"dependencies": [
"expat",
{
"name": "vcpkg-pkgconfig-get-modules",
"host": true
},
"zlib"
]
}