sapphire/build.sh

8 lines
92 B
Bash
Executable File

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