From b8f91d13f3494cd673776aabdc504f5c736fdba2 Mon Sep 17 00:00:00 2001 From: autoantwort <41973254+autoantwort@users.noreply.github.com> Date: Fri, 15 Oct 2021 03:12:23 +0200 Subject: docs: You can use the msbuild interation with multiple triplets since #19767 (#20717) --- docs/users/manifests.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'docs') diff --git a/docs/users/manifests.md b/docs/users/manifests.md index 0018ff375..89dcc25b3 100644 --- a/docs/users/manifests.md +++ b/docs/users/manifests.md @@ -445,14 +445,10 @@ Then, add a vcpkg.json above your project file (such as in the root of your sour property `VcpkgEnableManifest` to `true`. You can set this property via the IDE in `Project Properties -> Vcpkg -> Use Vcpkg Manifest`. -As part of your project's build, vcpkg automatically be run and install any listed dependencies to `vcpkg_installed/` +As part of your project's build, vcpkg automatically be run and install any listed dependencies to `vcpkg_installed/$(VcpkgTriplet)/` adjacent to the `vcpkg.json` file; these files will then automatically be included in and linked to your MSBuild projects. -Note: It is critical that all project files in a single build consuming the same `vcpkg.json` use the same triplet; if -you need to use different triplets for different projects in your solution, they must consume from different -`vcpkg.json` files. - ### Known issues * Visual Studio 2015 does not correctly track edits to the `vcpkg.json` and `vcpkg-configuration.json` files, and will -- cgit v1.2.3