mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-06 04:42:28 +00:00
Update CMakeLists.txt
This commit is contained in:
parent
4005b68383
commit
4f06a93f27
@ -486,8 +486,10 @@ IF (WIN32 AND EQEMU_BUILD_PCH)
|
|||||||
ENDIF()
|
ENDIF()
|
||||||
|
|
||||||
# precompiled headers
|
# precompiled headers
|
||||||
TARGET_PRECOMPILE_HEADERS(zone PRIVATE ../common/pch/app-pch.h)
|
IF (UNIX AND EQEMU_BUILD_PCH)
|
||||||
TARGET_PRECOMPILE_HEADERS(zone PRIVATE merc.h mob.h npc.h corpse.h doors.h bot.h entity.h client.h zone.h)
|
TARGET_PRECOMPILE_HEADERS(zone PRIVATE ../common/pch/app-pch.h)
|
||||||
|
TARGET_PRECOMPILE_HEADERS(zone PRIVATE merc.h mob.h npc.h corpse.h doors.h bot.h entity.h client.h zone.h)
|
||||||
|
ENDIF()
|
||||||
|
|
||||||
ADD_DEFINITIONS(-DZONE)
|
ADD_DEFINITIONS(-DZONE)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user