mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-07 00:28:56 +00:00
Merge pull request #4835 from ligfx/configurefilescmrev
CMake: use configure_file to generate scmrev.h
This commit is contained in:
commit
e4c17f126c
2 changed files with 9 additions and 7 deletions
5
Source/Core/Common/scmrev.h.in
Normal file
5
Source/Core/Common/scmrev.h.in
Normal file
|
@ -0,0 +1,5 @@
|
|||
#define SCM_REV_STR "${DOLPHIN_WC_REVISION}"
|
||||
#define SCM_DESC_STR "${DOLPHIN_WC_DESCRIBE}"
|
||||
#define SCM_BRANCH_STR "${DOLPHIN_WC_BRANCH}"
|
||||
#define SCM_IS_MASTER ${DOLPHIN_WC_IS_STABLE}
|
||||
#define SCM_DISTRIBUTOR_STR "${DISTRIBUTOR}"
|
Loading…
Add table
Add a link
Reference in a new issue