convenient build script, we like that =D

This commit is contained in:
apio 2022-06-08 17:43:29 +02:00
parent 5dfc8df9ca
commit 4ed55cac26

8
build.sh Executable file
View File

@ -0,0 +1,8 @@
if [ ! -d build ]
then
mkdir build
fi
cmake -S . -B build -G Ninja
cmake --build build