mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-24 05:18:40 +00:00
Reorganized into more logical units
This commit is contained in:
+2
-2
@@ -28,6 +28,7 @@ set(zone_sources
|
||||
client_mods.cpp
|
||||
client_packet.cpp
|
||||
client_process.cpp
|
||||
client_version.cpp
|
||||
combat_record.cpp
|
||||
corpse.cpp
|
||||
dialogue_window.cpp
|
||||
@@ -130,6 +131,7 @@ set(zone_headers
|
||||
cheat_manager.h
|
||||
client.h
|
||||
client_packet.h
|
||||
client_version.h
|
||||
combat_record.h
|
||||
command.h
|
||||
common.h
|
||||
@@ -675,8 +677,6 @@ add_executable(zone ${zone_sources} ${zone_headers})
|
||||
|
||||
target_include_directories(zone PRIVATE ${CMAKE_CURRENT_SOURCE_DIR})
|
||||
|
||||
add_subdirectory(patch)
|
||||
|
||||
install(TARGETS zone RUNTIME DESTINATION ${CMAKE_INSTALL_PREFIX}/bin)
|
||||
|
||||
if(EQEMU_BUILD_PCH)
|
||||
|
||||
Reference in New Issue
Block a user