mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-06 00:32:25 +00:00
Update CMakeLists.txt
This commit is contained in:
parent
44bc697879
commit
09338e6a28
@ -275,7 +275,7 @@ set(lua_sources
|
|||||||
)
|
)
|
||||||
|
|
||||||
add_library(lua_zone STATIC ${lua_sources})
|
add_library(lua_zone STATIC ${lua_sources})
|
||||||
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)
|
||||||
|
|
||||||
# perl unity build
|
# perl unity build
|
||||||
set(perl_sources
|
set(perl_sources
|
||||||
@ -306,7 +306,7 @@ set(perl_sources
|
|||||||
)
|
)
|
||||||
|
|
||||||
add_library(perl_zone STATIC ${perl_sources})
|
add_library(perl_zone STATIC ${perl_sources})
|
||||||
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)
|
||||||
|
|
||||||
# gm commands
|
# gm commands
|
||||||
set(gm_command_sources
|
set(gm_command_sources
|
||||||
@ -472,7 +472,7 @@ set(gm_command_sources
|
|||||||
)
|
)
|
||||||
|
|
||||||
add_library(gm_commands_zone STATIC ${gm_command_sources})
|
add_library(gm_commands_zone STATIC ${gm_command_sources})
|
||||||
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 16)
|
||||||
|
|
||||||
# zone combine sources and headers
|
# zone combine sources and headers
|
||||||
ADD_EXECUTABLE(zone ${zone_sources} ${zone_headers})
|
ADD_EXECUTABLE(zone ${zone_sources} ${zone_headers})
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user