hex/config.h.in
Přemysl Janouch d0eee678b5
Initial commit
This is essentially a gutted fork of nncmpp that doesn't do anything.
2016-12-29 16:48:56 +01:00

11 lines
179 B
C

#ifndef CONFIG_H
#define CONFIG_H
#define PROGRAM_NAME "${CMAKE_PROJECT_NAME}"
#define PROGRAM_VERSION "${project_VERSION}"
#cmakedefine HAVE_RESIZETERM
#endif // ! CONFIG_H