added cmake build

This commit is contained in:
arcan1s
2014-03-30 14:18:56 +04:00
parent e6bbea9c07
commit d66bafa816
42 changed files with 1347 additions and 113 deletions

9
sources/version.h.in Normal file
View File

@ -0,0 +1,9 @@
#ifndef VERSION_H
#define VERSION_H
#define AUTHOR "Evgeniy Alekseev"
#define DATE "2013-2014"
#define NAME "py-text-monitor"
#define VERSION "@PROJECT_VERSION@"
#endif /* VERSION_H */