diff options
Diffstat (limited to 'vcpkg/ports/coroutine/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/coroutine/vcpkg.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/vcpkg/ports/coroutine/vcpkg.json b/vcpkg/ports/coroutine/vcpkg.json new file mode 100644 index 0000000..cdae32b --- /dev/null +++ b/vcpkg/ports/coroutine/vcpkg.json @@ -0,0 +1,19 @@ +{ + "name": "coroutine", + "version": "1.5.0", + "port-version": 5, + "description": "C++ 20 Coroutines helper/example library", + "homepage": "https://github.com/luncliff/coroutine", + "supports": "!uwp", + "dependencies": [ + "ms-gsl", + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |