Skip to content

Commit

Permalink
Update README to list all the vcpkgs (#3704)
Browse files Browse the repository at this point in the history
Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
  • Loading branch information
antkmsft and antkmsft authored Jun 3, 2022
1 parent ad2591b commit 19fcc97
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,12 +230,14 @@ The following SDK library releases are available on [vcpkg](https://github.com/m

* `azure-core-cpp`
* `azure-identity-cpp`
* `azure-security-attestation-cpp`
* `azure-security-keyvault-certificates-cpp`
* `azure-security-keyvault-keys-cpp`
* `azure-security-keyvault-secrets-cpp`
* `azure-storage-blobs-cpp`
* `azure-storage-files-datalake-cpp`
* `azure-storage-files-shares-cpp`
* `azure-security-keyvault-keys-cpp`
* `azure-security-keyvault-secrets-cpp`
* `azure-security-keyvault-certificates-cpp`
* `azure-storage-queues-cpp`

> NOTE: In case of getting linker errors when consuming the SDK on Windows, make sure that [vcpkg triplet](https://vcpkg.readthedocs.io/en/latest/users/triplets/) being consumed matches the [CRT link flags](https://docs.microsoft.com/cpp/build/reference/md-mt-ld-use-run-time-library?view=msvc-160) being set for your app or library build. See also `MSVC_USE_STATIC_CRT` build flag.
Expand Down

0 comments on commit 19fcc97

Please sign in to comment.