From 8307a50f16948ebf39c4df7b57ab127a0becd767 Mon Sep 17 00:00:00 2001 From: taynpg Date: Wed, 5 Feb 2025 08:41:07 +0800 Subject: [PATCH] =?UTF-8?q?script=EF=BC=9A=E6=B7=BB=E5=8A=A0Linux=E4=B8=8B?= =?UTF-8?q?=E7=9A=84cmake=E6=9E=84=E5=BB=BA=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 build.sh diff --git a/build.sh b/build.sh new file mode 100755 index 0000000..b51d3ea --- /dev/null +++ b/build.sh @@ -0,0 +1,2 @@ +cmake -Bbuild -DCMAKE_BUILD_TYPE=Release +cmake --build build --config Release