sapphire/tools/build.sh
2022-07-19 14:18:53 +02:00

8 lines
98 B
Bash
Executable File

if [ ! -d build ]
then
mkdir build
fi
cmake -S . -B build -G ${1:-Ninja}
cmake --build build