Update CMakeLists.txt

This commit is contained in:
Chris Miles 2025-06-22 17:42:04 -05:00
parent 69262a02d1
commit df46a5d631

View File

@ -306,7 +306,7 @@ set(perl_sources
) )
add_library(perl_zone STATIC ${perl_sources}) add_library(perl_zone STATIC ${perl_sources})
set_target_properties(lua_zone PROPERTIES UNITY_BUILD ON UNITY_BUILD_BATCH_SIZE 8) set_target_properties(perl_zone PROPERTIES UNITY_BUILD ON UNITY_BUILD_BATCH_SIZE 8)
# gm commands # gm commands
set(gm_command_sources set(gm_command_sources