mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 04:56:20 +00:00
Update CMakeLists.txt
This commit is contained in:
@@ -484,6 +484,7 @@ set_target_properties(gm_commands_zone PROPERTIES UNITY_BUILD ON UNITY_BUILD_BAT
|
|||||||
|
|
||||||
# zone combine sources and headers
|
# zone combine sources and headers
|
||||||
ADD_EXECUTABLE(zone ${zone_sources} ${zone_headers})
|
ADD_EXECUTABLE(zone ${zone_sources} ${zone_headers})
|
||||||
|
add_dependencies(zone lua_zone perl_zone gm_commands_zone)
|
||||||
|
|
||||||
# binary output directory
|
# binary output directory
|
||||||
INSTALL(TARGETS zone RUNTIME DESTINATION ${CMAKE_INSTALL_PREFIX}/bin)
|
INSTALL(TARGETS zone RUNTIME DESTINATION ${CMAKE_INSTALL_PREFIX}/bin)
|
||||||
|
|||||||
Reference in New Issue
Block a user