diff options
Diffstat (limited to 'vcpkg/ports/geographiclib/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/geographiclib/vcpkg.json | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/vcpkg/ports/geographiclib/vcpkg.json b/vcpkg/ports/geographiclib/vcpkg.json new file mode 100644 index 0000000..320826c --- /dev/null +++ b/vcpkg/ports/geographiclib/vcpkg.json @@ -0,0 +1,23 @@ +{ + "name": "geographiclib", + "version": "2.7", + "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" + } + } +} |