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

Add CMake option to use C++11 features

This commit is contained in:
sfan5
2014-08-02 16:30:52 +02:00
parent 2cc1ffc543
commit 88df29a6b3
5 changed files with 36 additions and 6 deletions

View File

@@ -19,4 +19,7 @@
#include "cmake_config.h"
#else
#define USE_LEVELDB 0
#define USE_REDIS 0
#define USE_CXX11 0
#endif