From cf87b127d42c07802d33b4443ebc425ca3bc0700 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Wed, 20 Mar 2019 13:48:51 +0800 Subject: [PATCH] 1 --- server/gameserver/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/gameserver/CMakeLists.txt b/server/gameserver/CMakeLists.txt index b1db877..fbf3ce5 100644 --- a/server/gameserver/CMakeLists.txt +++ b/server/gameserver/CMakeLists.txt @@ -53,7 +53,7 @@ add_executable( add_custom_target(script_pb_protocol ALL) 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 + 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 script_pb_protocol)