1
0
mirror of https://github.com/luanti-org/minetestmapper.git synced 2025-10-07 06:15:20 +02:00

Move source files into folder

This commit is contained in:
sfan5
2025-02-18 15:45:14 +01:00
parent 1c16c40ccc
commit 527a56f22e
31 changed files with 40 additions and 32 deletions

13
src/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
#cmakedefine01 USE_POSTGRESQL
#cmakedefine01 USE_LEVELDB
#cmakedefine01 USE_REDIS
#define SHAREDIR "@SHAREDIR@"
#endif