Files
TrinityCore/config.h.cmake
Kudlaty a73a8dc549 Add option to cmake if should compile with multi thread maps or not.
Usage with: -DUSE_MULTI_THREAD_MAP=true (this will compile with multi thread maps

--HG--
branch : trunk
2009-11-28 15:37:55 +01:00

9 lines
138 B
CMake

#ifndef HAVE_CONFIG_H
#define HAVE_CONFIG_H
#cmakedefine HAVE_ACE_STACK_TRACE_H
#cmakedefine USE_MULTI_THREAD_MAP
#endif HAVE_CONFIG_H