aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authornicole mazzuca <mazzucan@outlook.com>2021-02-10 16:22:33 -0800
committerGitHub <noreply@github.com>2021-02-10 16:22:33 -0800
commit8d7cd1d09ee522fc29f02b27fa93808edc66682a (patch)
tree71ed2ce91a716802bf5509c4d281361b6e78209c /docs
parent545c165ce08bff237b1468f42b0607e899dab959 (diff)
downloadvcpkg-8d7cd1d09ee522fc29f02b27fa93808edc66682a.tar.gz
vcpkg-8d7cd1d09ee522fc29f02b27fa93808edc66682a.zip
[vcpkg integrate install] Allow setting the vcpkg installed dir (#16173)
* [vcpkg integrate install] Allow setting the vcpkg installed dir * fix the cache-y thing * robert crs
Diffstat (limited to 'docs')
-rw-r--r--docs/users/manifests.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/users/manifests.md b/docs/users/manifests.md
index 8f62ea81b..c5addbba7 100644
--- a/docs/users/manifests.md
+++ b/docs/users/manifests.md
@@ -15,7 +15,7 @@ rather than global to a system or user.
In manifest mode, an installed tree is associated with a particular project rather than the vcpkg installation.
The set of installed ports is controlled by editing the project's "manifest file",
and the installed tree is placed in the project directory or build directory.
-This mode acts more similarly to language package managers like Cargo, or npm.
+This mode acts more similarly to language package managers like Cargo, or npm.
We recommend using this manifest mode whenever possible,
because it allows one to encode a project's dependencies explicitly in a project file,
rather than in the documentation, making your project much easier to consume.
@@ -351,3 +351,7 @@ This property must be set to true in order to consume from a local vcpkg.json fi
This property can be set to "false" to disable automatic dependency restoration on project build. Dependencies can be manually restored via the vcpkg command line.
+#### `VcpkgInstalledDirectory` (Installed Directory)
+
+This property defines the location where headers and binaries are consumed from. In manifest mode, this directory is created and populated based on your manifest.
+