contour-creator/build&run.sh

5 lines
141 B
Bash
Executable File

#! /bin/sh
mkdir build
cmake -DCMAKE_BUILD_TYPE=Debug -B build
cmake --build build --parallel
build/contour-creator 'example_files/crop.tif'