sapphire/build.sh

8 lines
92 B
Bash
Raw Normal View History

if [ ! -d build ]
then
mkdir build
fi
cmake -S . -B build -G Ninja
cmake --build build