mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-06 13:02:59 +00:00
Update CMakeLists.txt
This commit is contained in:
parent
4f06a93f27
commit
44bc697879
@ -483,6 +483,8 @@ INSTALL(TARGETS zone RUNTIME DESTINATION ${CMAKE_INSTALL_PREFIX}/bin)
|
||||
# precompiled headers
|
||||
IF (WIN32 AND EQEMU_BUILD_PCH)
|
||||
TARGET_PRECOMPILE_HEADERS(zone PRIVATE ../common/pch/std-pch.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()
|
||||
|
||||
# precompiled headers
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user