Script to run cmake

This commit is contained in:
Trygve 2024-04-06 17:49:44 +02:00
parent f100e9bdad
commit e5ea5dd6c1
1 changed files with 5 additions and 0 deletions

5
build&run.sh Executable file
View File

@ -0,0 +1,5 @@
#! /bin/sh
mkdir build
cmake -DCMAKE_BUILD_TYPE=Debug -B build
cmake --build build --parallel
build/contour-creator 'example_files/crop.tif'