Squashed 'libs/loguru/' content from commit eb2a694
git-subtree-dir: libs/loguru git-subtree-split: eb2a69416e178c9e4a4232afd6606fb4b2bb046e
This commit is contained in:
12
glog_bench/build_and_run.sh
Executable file
12
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