PCH main zone primitives

This commit is contained in:
Akkadius 2023-12-16 18:05:20 -06:00
parent e21c386bda
commit 20e135fbc4
3 changed files with 5 additions and 5 deletions

View File

@ -28,7 +28,7 @@
#include <algorithm>
#ifdef _WIN32
#ifdef utf16_to_utf8
#ifdef utf16_to_utf8
#undef utf16_to_utf8
#endif
#endif

View File

@ -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"

View File

@ -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)