mirror of
https://gitlab.com/Trygve/contour-creator.git
synced 2024-11-22 07:10:18 +00:00
5 lines
141 B
Bash
5 lines
141 B
Bash
|
#! /bin/sh
|
||
|
mkdir build
|
||
|
cmake -DCMAKE_BUILD_TYPE=Debug -B build
|
||
|
cmake --build build --parallel
|
||
|
build/contour-creator 'example_files/crop.tif'
|