diff options
| author | ras0219 <533828+ras0219@users.noreply.github.com> | 2021-02-26 13:10:37 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-26 13:10:37 -0800 |
| commit | 45ae65fd9344c5d1dfdfbb4f5b5e9a750e69212f (patch) | |
| tree | 1ff6d54dac742ec8acfd7264bad5d75b291f47b9 /docs/users/integration.md | |
| parent | 7c9d729d9782fff53edb0d190023858f8368e4c0 (diff) | |
| download | vcpkg-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.md | 1 |
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 |
