contour-creator/build&run.sh

6 lines
154 B
Bash
Raw Normal View History

2024-04-06 15:49:44 +00:00
#! /bin/sh
2024-04-11 13:25:30 +00:00
rm -rf build
2024-04-06 15:49:44 +00:00
mkdir build
cmake -DCMAKE_BUILD_TYPE=Debug -B build
cmake --build build --parallel
build/contour-creator 'example_files/crop.tif'