diff options
Diffstat (limited to 'vcpkg/ports/argtable3/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/argtable3/vcpkg.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/vcpkg/ports/argtable3/vcpkg.json b/vcpkg/ports/argtable3/vcpkg.json new file mode 100644 index 0000000..546ab9b --- /dev/null +++ b/vcpkg/ports/argtable3/vcpkg.json @@ -0,0 +1,17 @@ +{ + "name": "argtable3", + "version": "3.3.1", + "description": "A single-file, ANSI C, command-line parsing library that parses GNU-style command-line options", + "homepage": "https://www.argtable.org/", + "license": "BSD-3-Clause AND TCL", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |