mirror of
https://gitlab.com/Trygve/contour-creator.git
synced 2024-11-21 14:50:18 +00:00
Script to run cmake
This commit is contained in:
parent
f100e9bdad
commit
e5ea5dd6c1
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'
|
Loading…
Reference in New Issue
Block a user