start to add cmake support for dks6 branch.

This commit is contained in:
2018-05-30 16:36:31 +02:00
parent a7edb9d232
commit 78de97f498
9 changed files with 728 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