forked from Mirrorlandia_minetest/minetest
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
|
||
|
|