You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rem change [path to vcpkg] to your vcpkg directory
4
+
5
+
rmdir /S /Q build
6
+
mkdir build
7
+
cd build
8
+
rem -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON
9
+
cmake -DVCPKG_TARGET_TRIPLET=x86-windows -DCMAKE_TOOLCHAIN_FILE=[path to vcpkg]/scripts/buildsystems/vcpkg.cmake -G "Visual Studio 16 2019" -A Win32 ..
0 commit comments