From e745faed910215d45684e2029c3d6b901ae17ca6 Mon Sep 17 00:00:00 2001 From: "Quaxdrone(Nijo Fukushi)" <137780492+Quaxdrone@users.noreply.github.com> Date: Fri, 4 Aug 2023 20:45:53 +0300 Subject: [PATCH] Added CMAKEBuild to Build Static Library Added CMAKEBuild to Build Static Library --- cmakebuild.bat | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 cmakebuild.bat diff --git a/cmakebuild.bat b/cmakebuild.bat new file mode 100644 index 0000000..95de0f9 --- /dev/null +++ b/cmakebuild.bat @@ -0,0 +1,2 @@ +@echo off +cmake -B CMakeLists \ No newline at end of file