This commit is contained in:
bumpsoo 2026-02-17 14:44:40 +00:00
commit 5962730120
11 changed files with 354 additions and 0 deletions

9
setup.sh Normal file
View file

@ -0,0 +1,9 @@
#!/bin/bash
set -e
cmake -B build -S .
ln -sf build/compile_commands.json compile_commands.json
echo "Setup completed"