mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-10 20:57:58 -05:00
added scm rev generation on Linux/cmake
This commit is contained in:
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
|
||||
|
Reference in New Issue
Block a user