mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 13:37:05 +00:00
[11167] Added CMake support
(based on cipherCOM's commit 0039476) Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
c9942fb0cc
commit
a81cf28610
43 changed files with 3465 additions and 4 deletions
10
config.h.cmake
Normal file
10
config.h.cmake
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
#ifndef HAVE_CONFIG_H
|
||||
#define HAVE_CONFIG_H
|
||||
|
||||
#cmakedefine HAVE_ACE_STACK_TRACE_H
|
||||
|
||||
#cmakedefine USE_MULTI_THREAD_MAP
|
||||
|
||||
#define VERSION "${MANGOS_VERSION}"
|
||||
|
||||
#endif /* HAVE_CONFIG_H */
|
||||
Loading…
Add table
Add a link
Reference in a new issue