script:添加Linux下的cmake构建脚本

This commit is contained in:
taynpg 2025-02-05 08:41:07 +08:00
parent a454ce6747
commit 8307a50f16

2
build.sh Executable file
View File

@ -0,0 +1,2 @@
cmake -Bbuild -DCMAKE_BUILD_TYPE=Release
cmake --build build --config Release