mirror of
https://gitlab.com/Trygve/contour-creator.git
synced 2026-03-14 16:04:04 +00:00
Script to run cmake
This commit is contained in:
5
build&run.sh
Executable file
5
build&run.sh
Executable 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'
|
||||
Reference in New Issue
Block a user