lol-bio-analytics/setup.sh
2026-02-17 14:58:38 +00:00

9 lines
No EOL
122 B
Bash

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