mirror of
https://github.com/halpz/re3.git
synced 2025-10-07 14:21:41 +00:00
Cmake version for hash
This commit is contained in:
@@ -1,2 +0,0 @@
|
||||
#define GIT_SHA1 ""
|
||||
const char* g_GIT_SHA1 = GIT_SHA1;
|
2
src/extras/GitSHA1.cpp.in
Normal file
2
src/extras/GitSHA1.cpp.in
Normal file
@@ -0,0 +1,2 @@
|
||||
#define GIT_SHA1 "@GIT_SHA1@"
|
||||
const char* g_GIT_SHA1 = GIT_SHA1;
|
Reference in New Issue
Block a user