diff options
Diffstat (limited to 'vcpkg/ports/dimcli/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/dimcli/vcpkg.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/vcpkg/ports/dimcli/vcpkg.json b/vcpkg/ports/dimcli/vcpkg.json new file mode 100644 index 0000000..4892c0c --- /dev/null +++ b/vcpkg/ports/dimcli/vcpkg.json @@ -0,0 +1,15 @@ +{ + "name": "dimcli", + "version-semver": "7.3.0", + "description": "C++ command line parser toolkit", + "homepage": "https://github.com/gknowles/dimcli", + "documentation": "https://gknowles.github.io/dimcli", + "license": "BSL-1.0", + "supports": "!uwp", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + } + ] +} |