diff options
Diffstat (limited to 'vcpkg/ports/michaelmiller-sec21/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/michaelmiller-sec21/vcpkg.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/vcpkg/ports/michaelmiller-sec21/vcpkg.json b/vcpkg/ports/michaelmiller-sec21/vcpkg.json new file mode 100644 index 0000000..82e96b0 --- /dev/null +++ b/vcpkg/ports/michaelmiller-sec21/vcpkg.json @@ -0,0 +1,17 @@ +{ + "name": "michaelmiller-sec21", + "version": "1.0.1", + "description": "sec21 is a collection of useful functions and classes.", + "homepage": "https://github.com/MichaelMiller-/sec21", + "license": "MIT", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |