From 542953a1bcfaac171c476a7d4e74e142b92df98d Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Wed, 9 Oct 2019 16:56:54 +0800 Subject: [PATCH] 1 --- server/gameserver/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/server/gameserver/CMakeLists.txt b/server/gameserver/CMakeLists.txt index 5521fda..2730e91 100644 --- a/server/gameserver/CMakeLists.txt +++ b/server/gameserver/CMakeLists.txt @@ -22,12 +22,15 @@ include_directories( /usr/include/eigen3 /usr/include/glm ../../third_party + ../../third_party/behaviac/inc + ../../third_party/recastnavigation/Detour/Include . ) link_directories( /usr/lib64/mysql /usr/local/lib + ../../third_party/behaviac/lib ) aux_source_directory(../../third_party/a8engine/a8 @@ -84,4 +87,5 @@ target_link_libraries( hiredis tinyxml2 tcmalloc + behaviac_gcc_release )