mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-30 19:11:31 +00:00
PCH main zone primitives
This commit is contained in:
parent
e21c386bda
commit
20e135fbc4
@ -28,7 +28,7 @@
|
||||
#include <algorithm>
|
||||
|
||||
#ifdef _WIN32
|
||||
#ifdef utf16_to_utf8
|
||||
#ifdef utf16_to_utf8
|
||||
#undef utf16_to_utf8
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@ -27,9 +27,9 @@
|
||||
|
||||
|
||||
// fmt
|
||||
//#include <fmt/format.h>
|
||||
# include <fmt/core.h>
|
||||
# define FMT_STRING(s) s
|
||||
#include <fmt/format.h>
|
||||
//# include <fmt/core.h>
|
||||
//# define FMT_STRING(s) s
|
||||
|
||||
// lua
|
||||
#include "lua.hpp"
|
||||
|
||||
@ -289,7 +289,7 @@ INSTALL(TARGETS zone RUNTIME DESTINATION ${CMAKE_INSTALL_PREFIX}/bin)
|
||||
|
||||
TARGET_PRECOMPILE_HEADERS(zone PRIVATE ../common/pch/pch.h)
|
||||
TARGET_PRECOMPILE_HEADERS(zone PRIVATE ../common/types.h ../common/eqemu_logsys.h ../common/eqemu_logsys_log_aliases.h ../common/features.h ../common/global_define.h)
|
||||
TARGET_PRECOMPILE_HEADERS(zone PRIVATE mob.h client.h zone.h)
|
||||
TARGET_PRECOMPILE_HEADERS(zone PRIVATE mob.h npc.h corpse.h doors.h bot.h entity.h client.h zone.h)
|
||||
TARGET_PRECOMPILE_HEADERS(zone PRIVATE ${lua_headers})
|
||||
|
||||
ADD_DEFINITIONS(-DZONE)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user