1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-07-22 17:18:39 +00:00
luanti/src/cmake_config_githash.h.in
Loïc Blot 921151d97a C++ modernize: Pragma once (#6264)
* Migrate cpp headers to pragma once
2017-08-17 22:19:39 +02:00

6 lines
169 B
C

// Filled in by the build system
// Separated from cmake_config.h to avoid excessive rebuilds on every commit
#pragma once
#define VERSION_GITHASH "@VERSION_GITHASH@"