diff options
Diffstat (limited to 'vcpkg/ports/gsl-lite/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/gsl-lite/vcpkg.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/vcpkg/ports/gsl-lite/vcpkg.json b/vcpkg/ports/gsl-lite/vcpkg.json new file mode 100644 index 0000000..43bd216 --- /dev/null +++ b/vcpkg/ports/gsl-lite/vcpkg.json @@ -0,0 +1,18 @@ +{ + "name": "gsl-lite", + "version": "1.0.1", + "description": "ISO C++ Core Guidelines Library implementation for C++98, C++11 up", + "homepage": "https://github.com/gsl-lite/gsl-lite/", + "documentation": "https://gsl-lite.github.io/gsl-lite/", + "license": "MIT", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |