1
This commit is contained in:
parent
ac17302e29
commit
120d62d35c
9
.gitmodules
vendored
9
.gitmodules
vendored
@ -4,3 +4,12 @@
|
||||
[submodule "third_party/f8"]
|
||||
path = third_party/f8
|
||||
url = git@git.kingsome.cn:server_common/f8.git
|
||||
[submodule "third_party/behaviac"]
|
||||
path = third_party/behaviac
|
||||
url = git@git.kingsome.cn:libs/behaviac.git
|
||||
[submodule "third_party/recastnavigation"]
|
||||
path = third_party/recastnavigation
|
||||
url = git@git.kingsome.cn:libs/recastnavigation.git
|
||||
[submodule "third_party/tools"]
|
||||
path = third_party/tools
|
||||
url = git@git.kingsome.cn:server_common/tools.git
|
||||
|
@ -99,11 +99,11 @@ add_executable(
|
||||
imserver${GAME_ID} ${SRC_LIST}
|
||||
)
|
||||
|
||||
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)
|
||||
add_dependencies(imserver${GAME_ID} script_pb_protocol)
|
||||
# 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)
|
||||
# add_dependencies(imserver${GAME_ID} script_pb_protocol)
|
||||
|
||||
target_link_libraries(
|
||||
imserver${GAME_ID}
|
||||
|
1
third_party/behaviac
vendored
Submodule
1
third_party/behaviac
vendored
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 98824e365b8dce62ad37f3a32edf1c6bb803c8ac
|
1
third_party/recastnavigation
vendored
Submodule
1
third_party/recastnavigation
vendored
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 0165dc279d62af5536f122ea30c3cd3f642f34ee
|
1
third_party/tools
vendored
Submodule
1
third_party/tools
vendored
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 76a35f553d231ba67e9ecc98615bdfde54e02cdc
|
Loading…
x
Reference in New Issue
Block a user