mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 12:40:11 +08:00
e7343e50b1
* [geographiclib] Update to version 1.51 This is just a routine upgrade. * Use git diff to create patch file * Preserve execute permissions on tools * Handle installation of tools so that shared libs are found. Co-authored-by: Charles Karney <charles.karney@sri.com>
12 lines
288 B
JSON
12 lines
288 B
JSON
{
|
|
"name": "geographiclib",
|
|
"version-string": "1.51",
|
|
"description": "GeographicLib, a C++ library for performing geographic conversions",
|
|
"homepage": "https://geographiclib.sourceforge.io",
|
|
"features": {
|
|
"tools": {
|
|
"description": "The GeographicLib tools"
|
|
}
|
|
}
|
|
}
|