From e49f95d2320bcc17b9e041acab810f3fb042d1c4 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Tue, 5 Nov 2019 15:23:46 +0800 Subject: [PATCH] 1 --- server/gameserver/CMakeLists.txt | 9 +++++++++ third_party/framework | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/server/gameserver/CMakeLists.txt b/server/gameserver/CMakeLists.txt index 2730e91..08eaf6f 100644 --- a/server/gameserver/CMakeLists.txt +++ b/server/gameserver/CMakeLists.txt @@ -24,6 +24,7 @@ include_directories( ../../third_party ../../third_party/behaviac/inc ../../third_party/recastnavigation/Detour/Include + ../../third_party/recastnavigation/DetourTileCache/Include . ) @@ -41,6 +42,14 @@ aux_source_directory(../../third_party/framework/cpp SRC_LIST ) +aux_source_directory(../../third_party/recastnavigation/Detour/Source + SRC_LIST +) + +aux_source_directory(../../third_party/recastnavigation/DetourTileCache/Source + SRC_LIST +) + execute_process( COMMAND touch -a cs_proto.pb.h COMMAND touch -a cs_proto.pb.cc diff --git a/third_party/framework b/third_party/framework index 9bc053e..646ec15 160000 --- a/third_party/framework +++ b/third_party/framework @@ -1 +1 @@ -Subproject commit 9bc053e936b590f38621a6ef7b77155558c9a415 +Subproject commit 646ec15f5ac87a7ebf475143941440b2402567dc