Transform to CMake project.

This commit is contained in:
SET
2022-10-16 15:59:28 +02:00
parent a9c3acfb35
commit b4aac31970
20 changed files with 83 additions and 1125 deletions

View File

@@ -11,7 +11,7 @@
#define _APPNAME_ "POD7" // Pedal events Over DBus
#define _APP_DESCRIPTION_ "Send pedal events over DBus"
#define _VERSION_ "1"
#define _VERSION_ "2"
#define _AUTHOR_ "SET - nmset@yandex.com"
#define _ABOUT_ string(_APPNAME_) + string(" - version ") + string(_VERSION_) \
+ string(" - ") + string(_APP_DESCRIPTION_) + _DOT_ \