#! /bin/bash
if [ ! -d build ]; then
  mkdir build
fi
(cd build >/dev/null 2>&1 && cmake .. "$@")


