diff options
| author | Roelf-Jilling <r-j.wolthuis@live.com> | 2018-11-20 19:45:21 +0100 |
|---|---|---|
| committer | Roelf-Jilling <r-j.wolthuis@live.com> | 2018-11-20 19:45:21 +0100 |
| commit | 370984d139c0799446e45706b45c8cb8eb77db44 (patch) | |
| tree | 571d28239f4015588db65f91eb5c77531eb9d4d3 /docs/users/integration.md | |
| parent | 381e4c94af038bd0ff364ddec918ea077c405ecf (diff) | |
| parent | 2a283bd5224b5335a90539faa1b0ac7260411465 (diff) | |
| download | vcpkg-370984d139c0799446e45706b45c8cb8eb77db44.tar.gz vcpkg-370984d139c0799446e45706b45c8cb8eb77db44.zip | |
Merge branch 'master' into documentation
Diffstat (limited to 'docs/users/integration.md')
| -rw-r--r-- | docs/users/integration.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users/integration.md b/docs/users/integration.md index ce52abe23..fbaea41d9 100644 --- a/docs/users/integration.md +++ b/docs/users/integration.md @@ -35,7 +35,7 @@ cmake ../my/project -DCMAKE_TOOLCHAIN_FILE=C:\vcpkg\scripts\buildsystems\vcpkg.c ``` Projects configured with the Vcpkg toolchain file will have the appropriate Vcpkg folders added to the cmake search paths. This makes all libraries available to be found through `find_package()`, `find_path()`, and `find_library()`. -See [Example: Using Sqlite](../examples/using-sqlite.md) for a fully worked example using our CMake toolchain. +See [Installing and Using Packages Example: sqlite](../examples/installing-and-using-packages.md) for a fully worked example using our CMake toolchain. Note that we do not automatically add ourselves to your compiler include paths. To use a header-only library, simply use `find_path()`, which will correctly work on all platforms: ```cmake |
