init
This commit is contained in:
commit
5962730120
11 changed files with 354 additions and 0 deletions
9
setup.sh
Normal file
9
setup.sh
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue