From e5ea5dd6c150505deb37bcd9bc536632ef224485 Mon Sep 17 00:00:00 2001 From: Trygve Date: Sat, 6 Apr 2024 17:49:44 +0200 Subject: [PATCH] Script to run cmake --- build&run.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 build&run.sh diff --git a/build&run.sh b/build&run.sh new file mode 100755 index 0000000..912b010 --- /dev/null +++ b/build&run.sh @@ -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' \ No newline at end of file