Build script
This commit is contained in:
parent
dd274fb072
commit
f23d348f34
1 changed files with 4 additions and 0 deletions
4
build.sh
Executable file
4
build.sh
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
cmake -DCMAKE_BUILD_TYPE=Release .
|
||||
make -j3
|
Loading…
Add table
Reference in a new issue