yuzu/externals/vcpkg/ports/geographiclib/vcpkg.json

24 lines
479 B
JSON
Executable File

{
"name": "geographiclib",
"version": "2.1",
"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"
}
}
}