initial about added

This commit is contained in:
Martin Brodbeck 2018-07-30 16:39:33 +02:00
parent 432aed665a
commit 1d3125fbdc
5 changed files with 25 additions and 2 deletions

6
config.h.in Normal file
View file

@ -0,0 +1,6 @@
#ifndef CONFIG_H
#define CONFIG_H
#cmakedefine PROJECT_VERSION "@PROJECT_VERSION@"
#endif