add build script

This commit is contained in:
taynpg 2025-02-23 17:34:36 -08:00
parent b5e518e887
commit b93639697c

2
build.sh Executable file
View File

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