1 2 3 4 5 6 7 8
#!/bin/bash # creates the build dir and runs CMake with Ninja cmake -B build -G Ninja ninja -C build ninja -C build/ rendering