mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-02 22:28:59 +08:00
76bb15b9e4
* Update for geographiclib 2.0 * [geographiclib] Update to version 2.0 * Add license to ports/geographiclib/vcpkg.json * Update port-version to 1 * Update version database * Switch to vcpkg_cmake_config_fixup etc. Switch to vcpkg_cmake_configure vcpkg_cmake_install, vcpkg_cmake_config_fixup Revert to using vcpkg_fixup_pkgconfig Revert to port-version = 0 Revert to uwp exclusion to tools * run x-add-version * Formatting changes requested by dg0yt * Update version info * More cleanup * Update version info * Define LIB_OPTION, fix pkg install, etc. * Update version info * Fix pkgconfig call * Update version info * Use OFF instead of empty string for don't install * Update version info * Remove unneeded LIB_OPTION stuff. * Update version info * Add more precautionary quotes * Update version info
24 lines
479 B
JSON
24 lines
479 B
JSON
{
|
|
"name": "geographiclib",
|
|
"version": "2.0",
|
|
"description": "GeographicLib, a C++ library for performing geographic conversions",
|
|
"homepage": "https://geographiclib.sourceforge.io",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"tools": {
|
|
"description": "The GeographicLib tools",
|
|
"supports": "!uwp"
|
|
}
|
|
}
|
|
}
|