added missing files needed to get git revision.

This commit is contained in:
2018-05-04 18:20:28 +02:00
parent 21ccdad460
commit 258def542f
2 changed files with 38 additions and 0 deletions

8
cmake/git-revision.h.in Normal file
View File

@ -0,0 +1,8 @@
#ifndef GIT_VERSION_H
#define GIT_VERSION_H
#define GIT_BRANCH "@GIT_BRANCH@"
#define GIT_CURRENT_SHA1 @GIT_CURRENT_SHA1@
#endif // GIT_VERSION_H