Skip to content

Commit

Permalink
add dependencies for aws
Browse files Browse the repository at this point in the history
  • Loading branch information
samansmink committed Jul 3, 2024
1 parent 404bc5b commit 9ce4dcd
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
"azure-identity-cpp",
"azure-storage-blobs-cpp",
"azure-storage-files-datalake-cpp",
"openssl"
"openssl",
"zlib",
{
"name": "aws-sdk-cpp",
"features": [ "sts" ]
}
]
}

0 comments on commit 9ce4dcd

Please sign in to comment.