#!/bin/bash set -e cmake -B build -S . ln -sf build/compile_commands.json compile_commands.json echo "Setup completed"