mirror of
https://gitlab.com/Trygve/contour-creator.git
synced 2024-10-31 20:00:15 +00:00
7 lines
173 B
Bash
Executable File
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
|