added scm rev generation on Linux/cmake
This commit is contained in:
parent
7a136b8a84
commit
4405a53cf3
10 changed files with 211 additions and 53 deletions
14
src/common/scm_rev.h
Normal file
14
src/common/scm_rev.h
Normal file
|
@ -0,0 +1,14 @@
|
|||
// Copyright 2014 Citra Emulator Project
|
||||
// Licensed under GPLv2
|
||||
// Refer to the license.txt file included.
|
||||
|
||||
#pragma once
|
||||
|
||||
namespace Common {
|
||||
|
||||
extern const char g_scm_rev[];
|
||||
extern const char g_scm_ref_spec[];
|
||||
extern const char g_scm_desc[];
|
||||
|
||||
} // namespace
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue