#!/bin/sh set -e build_dir=$3 cd $build_dir cmake --build . -t install -j >/dev/null