9 lines
No EOL
122 B
Bash
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" |