desktop-tools/config.h.in
Přemysl Eric Janouch 9e09ef39b7
Bump minimum CMake version to 3.0
A nice, round number.  This allows us to remove some boilerplate.
2020-10-26 18:44:08 +01:00

9 lines
143 B
C

#ifndef CONFIG_H
#define CONFIG_H
#define PROGRAM_NAME "${PROJECT_NAME}"
#define PROGRAM_VERSION "${PROJECT_VERSION}"
#endif // ! CONFIG_H