The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

doc: Fix window building doc related to CMake

Signed-off-by: utzcoz <utzcoz@outlook.com>

authored by

utzcoz and committed by
Jakob Bornecrantz
1b69865e be093c4e

+1 -1
+1 -1
doc/winbuild.md
··· 106 106 cd "w:\src\monado" 107 107 108 108 cmake -S . ^ 109 - -b build 109 + -B build 110 110 -G Ninja ^ 111 111 -DCMAKE_BUILD_TYPE="Release" ^ 112 112 -DCMAKE_TOOLCHAIN_FILE="w:\vcpkg\scripts\buildsystems\vcpkg.cmake"