From a7df7c21656ca43da90fe340e83668a5b5f016f9 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Mon, 9 Nov 2020 18:47:53 +0800 Subject: [PATCH] 1 --- server/gameserver/CMakeLists.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/server/gameserver/CMakeLists.txt b/server/gameserver/CMakeLists.txt index c8121f8..6665041 100644 --- a/server/gameserver/CMakeLists.txt +++ b/server/gameserver/CMakeLists.txt @@ -1,4 +1,4 @@ -project(gameserver) +project(gameserver2004) cmake_minimum_required(VERSION 2.8) set(GAME_ID 2001) @@ -71,7 +71,7 @@ set(EXECUTABLE_OUTPUT_PATH ) add_executable( - gameserver${GAME_ID} ${SRC_LIST} + gameserver2004 ${SRC_LIST} ) add_custom_target(script_pb_protocol ALL) @@ -79,11 +79,11 @@ add_custom_command(TARGET script_pb_protocol PRE_BUILD COMMAND python ../../third_party/tools/scripts/construct/build_pb.py --cpp_out=. --pb_files=cs_proto,cs_msgid,ss_proto,ss_msgid,metatable --python_out=../tools/robot/virtualclient ) -add_dependencies(gameserver${GAME_ID} script_pb_protocol) +add_dependencies(gameserver2004 script_pb_protocol) if (CMAKE_BUILD_TYPE STREQUAL "Debug") target_link_libraries( - gameserver${GAME_ID} + gameserver2004 pthread mysqlclient protobuf @@ -101,7 +101,7 @@ if (CMAKE_BUILD_TYPE STREQUAL "Debug") ) else() target_link_libraries( - gameserver${GAME_ID} + gameserver2004 pthread mysqlclient protobuf