diff options
Diffstat (limited to 'vcpkg/ports/gtl/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/gtl/vcpkg.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/vcpkg/ports/gtl/vcpkg.json b/vcpkg/ports/gtl/vcpkg.json new file mode 100644 index 0000000..95e81db --- /dev/null +++ b/vcpkg/ports/gtl/vcpkg.json @@ -0,0 +1,13 @@ +{ + "name": "gtl", + "version": "1.2.0", + "description": "Greg's Template Library of useful classes.", + "homepage": "https://github.com/greg7mdp/gtl", + "license": "Apache-2.0", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + } + ] +} |