summaryrefslogtreecommitdiff
path: root/compile.sh
diff options
context:
space:
mode:
authorDominic Radermacher <dominic@familie-radermacher.ch>2022-11-13 14:26:16 +0100
committerDominic Radermacher <dominic@familie-radermacher.ch>2022-11-13 14:26:16 +0100
commitebb7bf22b8997774491389e0655e966df5874b7c (patch)
treee694a2e641aa4f0423dd27193407642d954be752 /compile.sh
parentfe5cfbc68464e9bfd8da7ba3f0fcbe357afd8a30 (diff)
switch to cmake as build system
Diffstat (limited to 'compile.sh')
-rwxr-xr-xcompile.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/compile.sh b/compile.sh
new file mode 100755
index 0000000..96701ce
--- /dev/null
+++ b/compile.sh
@@ -0,0 +1,2 @@
+#!/bin/sh
+mkdir -p build && cmake --fresh -B build && cmake --build build