diff --git a/tools/cmake_build_for_wpf.bat b/tools/cmake_build_for_wpf.bat new file mode 100644 index 0000000000..be1dc1200c --- /dev/null +++ b/tools/cmake_build_for_wpf.bat @@ -0,0 +1,3 @@ +cd .. +cmake -G "Visual Studio 17 2022" -B build -DBUILD_WPF_GUI=ON -DBUILD_DEBUG_DEMO=ON +pause \ No newline at end of file