added scm rev generation on Linux/cmake

This commit is contained in:
bunnei 2014-04-23 18:43:57 -07:00
parent 7a136b8a84
commit 4405a53cf3
10 changed files with 211 additions and 53 deletions

14
src/common/scm_rev.h Normal file
View 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