sapphire/tools/generate.sh

6 lines
102 B
Bash
Raw Normal View History

2022-07-19 13:11:24 +00:00
if [ ! -d build ]
then
mkdir build
fi
2022-07-19 13:17:00 +00:00
cmake -S . -B build -G "${1:-Ninja}" --config "${2:-Debug}"