diff options
Diffstat (limited to 'vcpkg/ports/aws-c-io/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/aws-c-io/vcpkg.json | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/vcpkg/ports/aws-c-io/vcpkg.json b/vcpkg/ports/aws-c-io/vcpkg.json new file mode 100644 index 0000000..ddbe050 --- /dev/null +++ b/vcpkg/ports/aws-c-io/vcpkg.json @@ -0,0 +1,23 @@ +{ + "name": "aws-c-io", + "version": "0.23.3", + "description": "Handles all IO and TLS work for application protocols.", + "homepage": "https://github.com/awslabs/aws-c-io", + "license": "Apache-2.0", + "dependencies": [ + "aws-c-cal", + "aws-c-common", + { + "name": "s2n", + "platform": "!uwp & !windows" + }, + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |