Create build.sh

master
Emanuele Sorce 2017-07-17 15:18:56 +02:00 committed by GitHub
parent d7d60e534a
commit 680125dc8b
1 changed files with 3 additions and 0 deletions

3
build.sh Normal file
View File

@ -0,0 +1,3 @@
#!/bin/bash
cmake . -DRUN_IN_PLACE=TRUE
make -j3