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