mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Add git_version.c to Griffin
This commit is contained in:
parent
0f956fd217
commit
7a5ca10c7e
1 changed files with 9 additions and 0 deletions
|
@ -632,6 +632,14 @@ MAIN
|
|||
#include "../frontend/frontend.c"
|
||||
#endif
|
||||
|
||||
/*============================================================
|
||||
GIT
|
||||
============================================================ */
|
||||
|
||||
#ifdef HAVE_GIT_VERSION
|
||||
#include "../git_version.c"
|
||||
#endif
|
||||
|
||||
/*============================================================
|
||||
RETROARCH
|
||||
============================================================ */
|
||||
|
@ -818,6 +826,7 @@ XML
|
|||
#include "../database_info.c"
|
||||
#endif
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue