aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorautoantwort <41973254+autoantwort@users.noreply.github.com>2021-04-12 19:44:23 +0200
committerGitHub <noreply@github.com>2021-04-12 10:44:23 -0700
commitd978e59bfbd89f489073072f68d584dce81427e0 (patch)
tree49fb2524195131012173b59e359ac9909f7d5fc6 /docs
parente022c1e2ebca2d1ab9efe72efa91773642850fd1 (diff)
downloadvcpkg-d978e59bfbd89f489073072f68d584dce81427e0.tar.gz
vcpkg-d978e59bfbd89f489073072f68d584dce81427e0.zip
add more blog posts (#17220)
Diffstat (limited to 'docs')
-rw-r--r--docs/README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/README.md b/docs/README.md
index 5bce2d163..dcc9fb435 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -48,6 +48,10 @@ Vcpkg helps you manage C and C++ libraries on Windows, Linux and MacOS. This too
- [Feature Packages](specifications/feature-packages.md)
### Blog posts
+
+- [Vcpkg Host Dependencies for Cross-Compilation](https://devblogs.microsoft.com/cppblog/vcpkg-host-dependencies/)
+- [Registries: Bring your own libraries to vcpkg](https://devblogs.microsoft.com/cppblog/registries-bring-your-own-libraries-to-vcpkg/)
+- [Vcpkg: Accelerate your team development environment with binary caching and manifests](https://devblogs.microsoft.com/cppblog/vcpkg-accelerate-your-team-development-environment-with-binary-caching-and-manifests/)
- [Announcing a single C++ library manager for Linux, macOS and Windows: Vcpkg](https://blogs.msdn.microsoft.com/vcblog/2018/04/24/announcing-a-single-c-library-manager-for-linux-macos-and-windows-vcpkg/)
- [Vcpkg: Using multiple enlistments to handle multiple versions of a library](https://blogs.msdn.microsoft.com/vcblog/2017/10/23/vcpkg-using-multiple-enlistments/)
- [Vcpkg: introducing the export command](https://blogs.msdn.microsoft.com/vcblog/2017/05/03/vcpkg-introducing-export-command/)