mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 19:29:08 +08:00
This commit is contained in:
parent
0a1d0f84f7
commit
b8f91d13f3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user