From df7207dfb043b02cb2e73f785466cef41e621af3 Mon Sep 17 00:00:00 2001 From: status102 <102887808+status102@users.noreply.github.com> Date: Sun, 26 Oct 2025 02:17:55 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=A2=9E=E5=8A=A0wpf=E9=A1=B9?= =?UTF-8?q?=E7=9B=AEcmake=20build=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tools/cmake_build_for_wpf.bat | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tools/cmake_build_for_wpf.bat 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