From 1168aec38df9a269d72a544bd235fc8283a047a5 Mon Sep 17 00:00:00 2001 From: Luke-Cashwell Date: Sun, 14 Sep 2025 11:24:33 -0500 Subject: [PATCH] Fixed Windows Support --- run.bat | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 run.bat diff --git a/run.bat b/run.bat new file mode 100644 index 0000000..b083a7b --- /dev/null +++ b/run.bat @@ -0,0 +1,3 @@ +cmake --build build -j + +build\Debug\FPS_DRUID.exe \ No newline at end of file