cmake: ensure that the `vcpkg` packages are found on Windows
authorJohannes Schindelin <redacted>
Mon, 28 Sep 2020 21:09:08 +0000 (21:09 +0000)
committerJunio C Hamano <redacted>
Mon, 28 Sep 2020 22:11:39 +0000 (15:11 -0700)
commite18ae4e7a6cd687ba9dac8be1e88a3d99f676fd5
tree4c8d8c8260d21eb5910f81d17cd06ae6d5e30959
parent72b6eeb81b163d3b9e4e9546f8041160b2d759c9
cmake: ensure that the `vcpkg` packages are found on Windows

On Windows, we use the `vcpkg` project to manage the dependencies, via
`compat/vcbuild/`. Let's make sure that these dependencies are found by
default.

This is needed because we are about to recommend loading the Git
worktree as a folder into Visual Studio, relying on the automatic CMake
support (which would make it relatively cumbersome to adjust the search
path used by CMake manually).

Signed-off-by: Johannes Schindelin <redacted>
Signed-off-by: Junio C Hamano <redacted>
contrib/buildsystems/CMakeLists.txt
git clone https://git.99rst.org/PROJECT