COSC-3P98-Assigment-3/build.sh

3 lines
78 B
Bash
Executable File

#!/bin/bash
cmake -B build/ -S ./ -DCMAKE_BUILD_TYPE=Debug && ninja -C build/