Update CMakeLists.txt

This commit is contained in:
Chris Miles 2025-06-22 15:38:53 -05:00
parent ea20b58449
commit 8d57be9e3e

View File

@ -277,7 +277,7 @@ set(lua_sources
add_library(lua_zone STATIC ${lua_sources})
if (NOT WIN32)
set_target_properties(lua_zone PROPERTIES UNITY_BUILD ON UNITY_BUILD_BATCH_SIZE 8)
else()
endif()
# perl unity build
set(perl_sources