mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 09:06:46 +00:00
Added component-based patch system and applied it to interrupt packets
This commit is contained in:
@@ -673,6 +673,10 @@ set_property(TARGET gm_commands_zone PROPERTY FOLDER libraries)
|
||||
|
||||
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