mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-05 20:22:28 +00:00
Update CMakeLists.txt
This commit is contained in:
parent
c3b0e36b25
commit
b9982b1b91
@ -276,7 +276,7 @@ set(lua_sources
|
||||
|
||||
add_library(lua_zone STATIC ${lua_sources})
|
||||
if (MSVC)
|
||||
set_target_properties(lua_zone PROPERTIES UNITY_BUILD ON UNITY_BUILD_BATCH_SIZE 8)
|
||||
set_target_properties(lua_zone PROPERTIES UNITY_BUILD ON UNITY_BUILD_BATCH_SIZE 4)
|
||||
else()
|
||||
set_target_properties(lua_zone PROPERTIES UNITY_BUILD ON UNITY_BUILD_BATCH_SIZE 8)
|
||||
endif()
|
||||
@ -311,7 +311,7 @@ set(perl_sources
|
||||
|
||||
add_library(perl_zone STATIC ${perl_sources})
|
||||
if (MSVC)
|
||||
set_target_properties(perl_zone PROPERTIES UNITY_BUILD ON UNITY_BUILD_BATCH_SIZE 8)
|
||||
set_target_properties(perl_zone PROPERTIES UNITY_BUILD ON UNITY_BUILD_BATCH_SIZE 4)
|
||||
else()
|
||||
set_target_properties(perl_zone PROPERTIES UNITY_BUILD ON UNITY_BUILD_BATCH_SIZE 8)
|
||||
endif()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user