Make the build folder if needed
This commit is contained in:
parent
526451ad02
commit
6c1647b1be
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
#! /bin/bash
|
||||
|
||||
echo "TTRTS: Running cmake"
|
||||
test ! -e build && mkdir build
|
||||
cd build/
|
||||
cmake ../source
|
||||
if [[ $? != 0 ]]; then
|
||||
|
|
Loading…
Add table
Reference in a new issue