1
0
mirror of https://github.com/minetest/minetest.git synced 2024-09-26 14:30:31 +02:00
minetest/src/cmake_config_githash.h.in

11 lines
233 B
C
Raw Normal View History

// 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