contour-creator/build&run.sh
2024-05-07 13:29:49 +02:00

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