diff options
Diffstat (limited to 'vcpkg/ports/cpp-lazy/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/cpp-lazy/vcpkg.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/vcpkg/ports/cpp-lazy/vcpkg.json b/vcpkg/ports/cpp-lazy/vcpkg.json new file mode 100644 index 0000000..ad9e226 --- /dev/null +++ b/vcpkg/ports/cpp-lazy/vcpkg.json @@ -0,0 +1,17 @@ +{ + "name": "cpp-lazy", + "version": "8.0.1", + "description": "C++11 (and onwards) library for lazy evaluation ", + "homepage": "https://github.com/Kaaserne/cpp-lazy", + "license": "MIT", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |