contour-creator/build&run.sh

7 lines
173 B
Bash
Executable File

#! /bin/sh
rm -rf build
mkdir build
cmake -DCMAKE_BUILD_TYPE=Debug -B build
cmake --build build --parallel
build/contour-creator --interval=1 --blur example_files/crop.tif