9 lines
73 B
Bash
Executable File

#!/bin/bash
set -ev
mkdir -p build
cd build
cmake ..
make
#make install