updating some stuff
This commit is contained in:
parent
9ff4790ef1
commit
d8407ece03
14 changed files with 26620 additions and 0 deletions
13
build.sh
Executable file
13
build.sh
Executable file
|
|
@ -0,0 +1,13 @@
|
|||
#!/bin/bash
|
||||
|
||||
cd cmake-build-debug || exit 1
|
||||
|
||||
select t in enginend test forespend endlauncher; do
|
||||
case $t in
|
||||
enginend|test|forespend|endlauncher)
|
||||
cmake --build . --target "$t"
|
||||
;;
|
||||
esac
|
||||
break
|
||||
done
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue