From c07595abc3be95eefb655dc7ce750447e60f65d4 Mon Sep 17 00:00:00 2001 From: gameboycjp <37276103+gameboycjp@users.noreply.github.com> Date: Sat, 16 Dec 2023 10:34:31 -0800 Subject: [PATCH] Add VS22 cmake jumpstart script --- winprepareVS22 | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 winprepareVS22 diff --git a/winprepareVS22 b/winprepareVS22 new file mode 100644 index 00000000000..0a5a19cc73d --- /dev/null +++ b/winprepareVS22 @@ -0,0 +1,5 @@ +mkdir build +cd build +cmake .. -G "Visual Studio 17 2022" -A x64 +ECHO CMake has finished. +pause