diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2018-02-17 04:46:38 -0800 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2018-03-20 21:49:53 -0700 |
| commit | d5e433f03bf5220ef075489c18f5d1522fda1a4d (patch) | |
| tree | 6c2d2d5dd8877ec68e5f90570037d0feee4399d6 /docs | |
| parent | 0170cdf5abc7719e7819613dfa2263510efd45c3 (diff) | |
| download | vcpkg-d5e433f03bf5220ef075489c18f5d1522fda1a4d.tar.gz vcpkg-d5e433f03bf5220ef075489c18f5d1522fda1a4d.zip | |
[vcpkg-build-msbuild] Add option to use vcpkg's integration. Fixes #891. Fixes #828.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/maintainers/vcpkg_build_msbuild.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/maintainers/vcpkg_build_msbuild.md b/docs/maintainers/vcpkg_build_msbuild.md index 889b07bdc..37f8d8df2 100644 --- a/docs/maintainers/vcpkg_build_msbuild.md +++ b/docs/maintainers/vcpkg_build_msbuild.md @@ -19,6 +19,11 @@ vcpkg_build_msbuild( ``` ## Parameters +### USE_VCPKG_INTEGRATION +Apply the normal `integrate install` integration for building the project. + +By default, projects built with this command will not automatically link libraries or have header paths set. + ### PROJECT_PATH The path to the solution (`.sln`) or project (`.vcxproj`) file. |
