1
0
mirror of https://github.com/luanti-org/minetestmapper.git synced 2025-10-05 21:35:22 +02:00
Files
minetestmapper/cmake_config.h.in
2014-04-26 15:03:32 +02:00

11 lines
154 B
C

// Filled in by the build system
#ifndef CMAKE_CONFIG_H
#define CMAKE_CONFIG_H
#define USE_LEVELDB @USE_LEVELDB@
#define USE_REDIS @USE_REDIS@
#endif