filmout_image/compile.sh

8 lines
68 B
Bash

#!/bin/bash
rm -rf build
mkdir -p build
cd build
cmake ..
make -j4