sapphire/tools/build.sh

8 lines
98 B
Bash
Raw Normal View History

2022-07-19 12:18:53 +00:00
if [ ! -d build ]
then
mkdir build
fi
cmake -S . -B build -G ${1:-Ninja}
cmake --build build