1
This commit is contained in:
parent
2a9654dbda
commit
482b477fca
@ -117,6 +117,7 @@ target_link_libraries(
|
||||
curl
|
||||
hiredis
|
||||
tinyxml2
|
||||
backtrace
|
||||
)
|
||||
|
||||
if (CMAKE_BUILD_TYPE STREQUAL "Debug")
|
||||
@ -131,8 +132,3 @@ else()
|
||||
behaviac_gcc_release
|
||||
)
|
||||
endif()
|
||||
if(CMAKE_CXX_COMPILER_VERSION VERSION_GREATER "5.0.0")
|
||||
target_link_libraries(
|
||||
gameserver${GAME_ID}
|
||||
backtrace)
|
||||
endif()
|
||||
|
2
third_party/tools
vendored
2
third_party/tools
vendored
@ -1 +1 @@
|
||||
Subproject commit 43765dbcb01507b995ce9fdbc872bfa41cec3d4f
|
||||
Subproject commit 76a35f553d231ba67e9ecc98615bdfde54e02cdc
|
Loading…
x
Reference in New Issue
Block a user