module which can create git_info.h at build time
This commit is contained in:
9
modules/git_info/git_info.h.in
Normal file
9
modules/git_info/git_info.h.in
Normal file
@ -0,0 +1,9 @@
|
||||
#ifndef GIT_INFO_H_INCLUDED
|
||||
#define GIT_INFO_H_INCLUDED
|
||||
|
||||
#define GIT_COMMIT_HASH "@_git_last_commit_hash@"
|
||||
#define GIT_COMMIT_AUTHOR "@_git_last_commit_author@"
|
||||
#define GIT_COMMIT_DATE "@_git_last_commit_date@"
|
||||
#define GIT_BRANCH "@_git_branch@"
|
||||
|
||||
#endif /* GIT_INFO_H_INCLUDED */
|
Reference in New Issue
Block a user