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