diff options
Diffstat (limited to 'vcpkg/ports/cli11/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/cli11/vcpkg.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/vcpkg/ports/cli11/vcpkg.json b/vcpkg/ports/cli11/vcpkg.json new file mode 100644 index 0000000..07d14b7 --- /dev/null +++ b/vcpkg/ports/cli11/vcpkg.json @@ -0,0 +1,18 @@ +{ + "name": "cli11", + "version": "2.6.1", + "description": "CLI11 is a command line parser for C++11 and beyond that provides a rich feature set with a simple and intuitive interface.", + "homepage": "https://github.com/CLIUtils/CLI11", + "license": "BSD-3-Clause", + "supports": "!uwp", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |