diff --git a/.gitmodules b/.gitmodules index 82fac9f..8652a22 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,3 +7,9 @@ [submodule "third_party/tools"] path = third_party/tools url = git@git.kingsome.cn:server_common/tools.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 diff --git a/third_party/behaviac b/third_party/behaviac new file mode 160000 index 0000000..b9f2f20 --- /dev/null +++ b/third_party/behaviac @@ -0,0 +1 @@ +Subproject commit b9f2f205afe3226fa06b6a3b9e62fcd6eaca63b8 diff --git a/third_party/recastnavigation b/third_party/recastnavigation new file mode 160000 index 0000000..35ca2ea --- /dev/null +++ b/third_party/recastnavigation @@ -0,0 +1 @@ +Subproject commit 35ca2eadc32161cd6ab479d1a2626759a73bb5a3