#/bin/bash cd .. mkdir -p build cd build mkdir -p debug cd debug cmake ../../ -G Ninja -DCMAKE_BUILD_TYPE=Debug