aboutsummaryrefslogtreecommitdiff
path: root/docs/users/integration.md
diff options
context:
space:
mode:
authorras0219 <533828+ras0219@users.noreply.github.com>2021-02-26 13:10:37 -0800
committerGitHub <noreply@github.com>2021-02-26 13:10:37 -0800
commit45ae65fd9344c5d1dfdfbb4f5b5e9a750e69212f (patch)
tree1ff6d54dac742ec8acfd7264bad5d75b291f47b9 /docs/users/integration.md
parent7c9d729d9782fff53edb0d190023858f8368e4c0 (diff)
downloadvcpkg-45ae65fd9344c5d1dfdfbb4f5b5e9a750e69212f.tar.gz
vcpkg-45ae65fd9344c5d1dfdfbb4f5b5e9a750e69212f.zip
[docs] Add CMake Integration to manifests.md (#16323)
* [docs] Add CMake Integration to manifests.md * [docs] Add command line reference to manifests.md * Update docs/users/manifests.md Co-authored-by: Adam Johnson <AdamJohnso@gmail.com> Co-authored-by: Robert Schumacher <roschuma@microsoft.com> Co-authored-by: Adam Johnson <AdamJohnso@gmail.com>
Diffstat (limited to 'docs/users/integration.md')
-rw-r--r--docs/users/integration.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/users/integration.md b/docs/users/integration.md
index e9d8940aa..933d2ce82 100644
--- a/docs/users/integration.md
+++ b/docs/users/integration.md
@@ -30,6 +30,7 @@ Here are some examples, though this is not an exhaustive list:
To get a full list for all your installed packages, run `vcpkg owns manual-link`.
+<a name="cmake"></a>
#### CMake toolchain file (Recommended for Open Source CMake projects)
```no-highlight
cmake ../my/project -DCMAKE_TOOLCHAIN_FILE=C:\vcpkg\scripts\buildsystems\vcpkg.cmake