#!/bin/bash CMAKE_BUILD_DIR=cmake-build cmake -S . -B $CMAKE_BUILD_DIR -G Ninja -DCMAKE_BUILD_TYPE=RelWithDebInfo cmake --build $CMAKE_BUILD_DIR