script: add build shell script

This commit is contained in:
taynpg 2025-02-23 17:33:45 -08:00
parent 0974d492af
commit 4db3a6b202

2
build.sh Executable file
View File

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