mirror of
https://github.com/moparisthebest/minetest
synced 2024-11-07 09:55:09 -05:00
11 lines
233 B
C
11 lines
233 B
C
|
// Filled in by the build system
|
||
|
// Separated from cmake_config.h to avoid excessive rebuilds on every commit
|
||
|
|
||
|
#ifndef CMAKE_CONFIG_GITHASH_H
|
||
|
#define CMAKE_CONFIG_GITHASH_H
|
||
|
|
||
|
#define CMAKE_VERSION_GITHASH "@VERSION_GITHASH@"
|
||
|
|
||
|
#endif
|
||
|
|