Files
ccextractor/src/CCExtractorConfig.h.in
Saurabh Shrivastava 4fe82abbfc Get commit hash and compilation date when built using cmake. (#764)
Who knew I would have to read so much documentation for such trivial task 😒
2017-08-20 08:55:09 -07:00

13 lines
358 B
C

/*
* the configured options and settings for CCExtractor
*/
#ifndef CCX_CCEXTRACTOR_COMPILE_REAL_H
#define CCX_CCEXTRACTOR_COMPILE_REAL_H
#define GIT_COMMIT "@GIT_COMMIT_HASH@"
#define COMPILE_DATE "@COMPILATION_DATE@"
#endif
#define CCExtractor_VERSION_MAJOR "@CCEXTRACTOR_VERSION_MAJOR@"
#define CCExtractor_VERSION_MINOR "@CCEXTRACTOR_VERSION_MINOR@"