mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-03 07:02:30 +00:00
Lua headers
This commit is contained in:
parent
73a85135b2
commit
e21c386bda
@ -204,33 +204,6 @@ SET(zone_headers
|
|||||||
hate_list.h
|
hate_list.h
|
||||||
heal_rotation.h
|
heal_rotation.h
|
||||||
horse.h
|
horse.h
|
||||||
lua_bot.h
|
|
||||||
lua_bit.h
|
|
||||||
lua_client.h
|
|
||||||
lua_corpse.h
|
|
||||||
lua_door.h
|
|
||||||
lua_encounter.h
|
|
||||||
lua_entity.h
|
|
||||||
lua_entity_list.h
|
|
||||||
lua_expedition.h
|
|
||||||
lua_general.h
|
|
||||||
lua_group.h
|
|
||||||
lua_hate_list.h
|
|
||||||
lua_inventory.h
|
|
||||||
lua_item.h
|
|
||||||
lua_iteminst.h
|
|
||||||
lua_mob.h
|
|
||||||
lua_mod.h
|
|
||||||
lua_npc.h
|
|
||||||
lua_object.h
|
|
||||||
lua_packet.h
|
|
||||||
lua_parser.h
|
|
||||||
lua_parser_events.h
|
|
||||||
lua_ptr.h
|
|
||||||
lua_raid.h
|
|
||||||
lua_spawn.h
|
|
||||||
lua_spell.h
|
|
||||||
lua_stat_bonuses.h
|
|
||||||
map.h
|
map.h
|
||||||
masterentity.h
|
masterentity.h
|
||||||
merc.h
|
merc.h
|
||||||
@ -280,13 +253,44 @@ SET(zone_headers
|
|||||||
zone_reload.h
|
zone_reload.h
|
||||||
zone_cli.cpp)
|
zone_cli.cpp)
|
||||||
|
|
||||||
ADD_EXECUTABLE(zone ${zone_sources} ${zone_headers})
|
SET (lua_headers
|
||||||
|
lua_bot.h
|
||||||
|
lua_bit.h
|
||||||
|
lua_client.h
|
||||||
|
lua_corpse.h
|
||||||
|
lua_door.h
|
||||||
|
lua_encounter.h
|
||||||
|
lua_entity.h
|
||||||
|
lua_entity_list.h
|
||||||
|
lua_expedition.h
|
||||||
|
lua_general.h
|
||||||
|
lua_group.h
|
||||||
|
lua_hate_list.h
|
||||||
|
lua_inventory.h
|
||||||
|
lua_item.h
|
||||||
|
lua_iteminst.h
|
||||||
|
lua_mob.h
|
||||||
|
lua_mod.h
|
||||||
|
lua_npc.h
|
||||||
|
lua_object.h
|
||||||
|
lua_packet.h
|
||||||
|
lua_parser.h
|
||||||
|
lua_parser_events.h
|
||||||
|
lua_ptr.h
|
||||||
|
lua_raid.h
|
||||||
|
lua_spawn.h
|
||||||
|
lua_spell.h
|
||||||
|
lua_stat_bonuses.h
|
||||||
|
)
|
||||||
|
|
||||||
|
ADD_EXECUTABLE(zone ${zone_sources} ${zone_headers} ${lua_headers})
|
||||||
|
|
||||||
INSTALL(TARGETS zone RUNTIME DESTINATION ${CMAKE_INSTALL_PREFIX}/bin)
|
INSTALL(TARGETS zone RUNTIME DESTINATION ${CMAKE_INSTALL_PREFIX}/bin)
|
||||||
|
|
||||||
TARGET_PRECOMPILE_HEADERS(zone PRIVATE ../common/pch/pch.h)
|
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 ../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 client.h zone.h)
|
||||||
|
TARGET_PRECOMPILE_HEADERS(zone PRIVATE ${lua_headers})
|
||||||
|
|
||||||
ADD_DEFINITIONS(-DZONE)
|
ADD_DEFINITIONS(-DZONE)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user