Transform to CMake project.

This commit is contained in:
SET
2022-10-16 17:48:10 +02:00
parent 854711694d
commit b28fad3041
20 changed files with 55 additions and 1156 deletions

View File

@@ -11,7 +11,7 @@
#define _APPNAME_ "PMP7" // Pedal control for Media Player
#define _APP_DESCRIPTION_ "Controls media playback by foot pedal"
#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_ \