Merge commit '6f159b1a167efa12d155213f382cc63e5a320074' as 'libs/loguru'

This commit is contained in:
Christina Sander
2022-10-20 13:55:09 +02:00
30 changed files with 5776 additions and 0 deletions

View 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
./loguru_bench $@ 2>/dev/null