#!/bin/bash source_dir=$1 build_dir=$2 rm -Rf $build_dir || true cmake -B $build_dir -DCMAKE_BUILD_TYPE=Release $source_dir