mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 13:16:39 +00:00
Update CMakeLists.txt
This commit is contained in:
+3
-3
@@ -276,7 +276,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)
|
||||
set_target_properties(lua_zone PROPERTIES UNITY_BUILD ON UNITY_BUILD_BATCH_SIZE 8)
|
||||
else()
|
||||
|
||||
# perl unity build
|
||||
@@ -309,7 +309,7 @@ set(perl_sources
|
||||
|
||||
add_library(perl_zone STATIC ${perl_sources})
|
||||
if (NOT WIN32)
|
||||
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 8)
|
||||
endif()
|
||||
|
||||
# gm commands
|
||||
@@ -477,7 +477,7 @@ set(gm_command_sources
|
||||
|
||||
add_library(gm_commands_zone STATIC ${gm_command_sources})
|
||||
if (NOT WIN32)
|
||||
set_target_properties(gm_commands_zone PROPERTIES UNITY_BUILD ON UNITY_BUILD_BATCH_SIZE 32)
|
||||
set_target_properties(gm_commands_zone PROPERTIES UNITY_BUILD ON UNITY_BUILD_BATCH_SIZE 32)
|
||||
endif()
|
||||
|
||||
# zone combine sources and headers
|
||||
|
||||
Reference in New Issue
Block a user