Merge commit '6f159b1a167efa12d155213f382cc63e5a320074' as 'libs/loguru'
This commit is contained in:
12
libs/loguru/glog_bench/build_and_run.sh
Executable file
12
libs/loguru/glog_bench/build_and_run.sh
Executable file
@@ -0,0 +1,12 @@
|
||||
#!/bin/bash
|
||||
set -e # Fail on error
|
||||
|
||||
ROOT_DIR=$(cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd)
|
||||
|
||||
cd "$ROOT_DIR"
|
||||
mkdir -p build
|
||||
cd build
|
||||
cmake ..
|
||||
make
|
||||
|
||||
./glog_bench $@ 2>/dev/null
|
||||
Reference in New Issue
Block a user