aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/aws-sdk-cpp/vcpkg.in.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/aws-sdk-cpp/vcpkg.in.json')
-rw-r--r--vcpkg/ports/aws-sdk-cpp/vcpkg.in.json36
1 files changed, 36 insertions, 0 deletions
diff --git a/vcpkg/ports/aws-sdk-cpp/vcpkg.in.json b/vcpkg/ports/aws-sdk-cpp/vcpkg.in.json
new file mode 100644
index 0000000..d88990d
--- /dev/null
+++ b/vcpkg/ports/aws-sdk-cpp/vcpkg.in.json
@@ -0,0 +1,36 @@
+{
+ "name": "aws-sdk-cpp",
+ "version": "1.11.646",
+ "description": "AWS SDK for C++",
+ "homepage": "https://github.com/aws/aws-sdk-cpp",
+ "license": "Apache-2.0",
+ "dependencies": [
+ "aws-crt-cpp",
+ {
+ "name": "curl",
+ "default-features": false,
+ "features": [
+ "ssl"
+ ],
+ "platform": "!uwp & !windows"
+ },
+ {
+ "name": "openssl",
+ "platform": "!uwp & !windows"
+ },
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ },
+ "zlib"
+ ],
+ "default-features": [
+ "dynamodb",
+ "kinesis",
+ "s3"
+ ]
+}