diff options
Diffstat (limited to 'xT/config.h.in')
-rw-r--r-- | xT/config.h.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/xT/config.h.in b/xT/config.h.in new file mode 100644 index 0000000..d31abdd --- /dev/null +++ b/xT/config.h.in @@ -0,0 +1,7 @@ +#ifndef CONFIG_H +#define CONFIG_H + +#define PROJECT_NAME "${PROJECT_NAME}" +#define PROJECT_VERSION "${project_version}" + +#endif // ! CONFIG_H |