mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-10 03:58:39 +08:00
ee6c3f1bd5
* Update proj to 8.2.1 * Fix formatting * Use new BUILD_APPS option * Update versions * Add explicit nlohmann-json dependency * Update versions * Enforce consistent definition of PROJ_DLL * Update versions * [skip actions] CI
50 lines
866 B
JSON
50 lines
866 B
JSON
{
|
|
"name": "proj4",
|
|
"version-semver": "8.2.1",
|
|
"description": "PROJ library for cartographic projections",
|
|
"homepage": "https://proj.org/",
|
|
"dependencies": [
|
|
"nlohmann-json",
|
|
{
|
|
"name": "sqlite3",
|
|
"default-features": false
|
|
},
|
|
{
|
|
"name": "sqlite3",
|
|
"host": true,
|
|
"features": [
|
|
"tool"
|
|
]
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"default-features": [
|
|
"net",
|
|
"tiff"
|
|
],
|
|
"features": {
|
|
"net": {
|
|
"description": "Enable network support",
|
|
"dependencies": [
|
|
"curl"
|
|
]
|
|
},
|
|
"tiff": {
|
|
"description": "Enable TIFF support to read some grids",
|
|
"dependencies": [
|
|
"tiff"
|
|
]
|
|
},
|
|
"tools": {
|
|
"description": "Build tools"
|
|
}
|
|
}
|
|
}
|