diff options
Diffstat (limited to 'vcpkg/ports/clipp/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/clipp/vcpkg.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/vcpkg/ports/clipp/vcpkg.json b/vcpkg/ports/clipp/vcpkg.json new file mode 100644 index 0000000..f3491d8 --- /dev/null +++ b/vcpkg/ports/clipp/vcpkg.json @@ -0,0 +1,13 @@ +{ + "name": "clipp", + "version-date": "2019-04-30", + "port-version": 2, + "description": "command line interfaces for modern C++", + "license": "MIT", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + } + ] +} |