Update CMakeLists.txt

This commit is contained in:
Chris Miles 2025-06-22 16:58:37 -05:00
parent b9982b1b91
commit 70835a5ebe

View File

@ -484,6 +484,7 @@ set_target_properties(gm_commands_zone PROPERTIES UNITY_BUILD ON UNITY_BUILD_BAT
# zone combine sources and headers
ADD_EXECUTABLE(zone ${zone_sources} ${zone_headers})
add_dependencies(zone lua_zone perl_zone gm_commands_zone)
# binary output directory
INSTALL(TARGETS zone RUNTIME DESTINATION ${CMAKE_INSTALL_PREFIX}/bin)