mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 08:28:59 +08:00
3e35cb0a15
* 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
17 lines
429 B
JSON
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"
|
|
]
|
|
}
|