1
0
mirror of https://github.com/luanti-org/minetestmapper.git synced 2025-10-08 22:45:42 +02:00

Move include files

This commit is contained in:
sfan5
2018-03-25 14:12:39 +02:00
parent 405951f8f6
commit e543517eb8
15 changed files with 2 additions and 2 deletions

13
include/cmake_config.h.in Normal file
View File

@@ -0,0 +1,13 @@
// Filled in by the build system
#ifndef CMAKE_CONFIG_H
#define CMAKE_CONFIG_H
#define USE_POSTGRESQL @USE_POSTGRESQL@
#define USE_LEVELDB @USE_LEVELDB@
#define USE_REDIS @USE_REDIS@
#define SHAREDIR "@SHAREDIR@"
#endif