#!/bin/sh mkdir -p _build cmake -S . -B _build -D CMAKE_BUILD_TYPE=Debug cmake --build _build