#!/bin/sh rm -rf _build mkdir _build cd _build cmake .. -DLIBMBUS_BUILD_EXAMPLES=ON -DLIBMBUS_BUILD_TESTS=ON cmake --build .