Cmake version for hash

This commit is contained in:
Filip Gawin
2021-02-12 02:04:31 +01:00
committed by erorcun
parent 2c784d979a
commit 0c60ceeb33
10 changed files with 348 additions and 13 deletions

View File

@ -1,2 +0,0 @@
#define GIT_SHA1 ""
const char* g_GIT_SHA1 = GIT_SHA1;

View File

@ -0,0 +1,2 @@
#define GIT_SHA1 "@GIT_SHA1@"
const char* g_GIT_SHA1 = GIT_SHA1;