7 lines
80 B
Bash
Executable File

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