This commit is contained in:
aozhiwei 2022-12-27 10:12:28 +08:00
parent 2a9654dbda
commit 482b477fca
2 changed files with 2 additions and 6 deletions

View File

@ -117,6 +117,7 @@ target_link_libraries(
curl curl
hiredis hiredis
tinyxml2 tinyxml2
backtrace
) )
if (CMAKE_BUILD_TYPE STREQUAL "Debug") if (CMAKE_BUILD_TYPE STREQUAL "Debug")
@ -131,8 +132,3 @@ else()
behaviac_gcc_release behaviac_gcc_release
) )
endif() endif()
if(CMAKE_CXX_COMPILER_VERSION VERSION_GREATER "5.0.0")
target_link_libraries(
gameserver${GAME_ID}
backtrace)
endif()

2
third_party/tools vendored

@ -1 +1 @@
Subproject commit 43765dbcb01507b995ce9fdbc872bfa41cec3d4f Subproject commit 76a35f553d231ba67e9ecc98615bdfde54e02cdc