fix build using cmake with generating version info from git

This commit is contained in:
Dominic Radermacher 2021-10-11 10:11:37 +02:00
parent cd4e99b9e5
commit 32c29a1c4c
17 changed files with 213 additions and 271 deletions

2
build.sh Executable file
View file

@ -0,0 +1,2 @@
#!/bin/sh
mkdir -p build && cd build && cmake ../ && make