Bud can run and explore buildings

This commit is contained in:
Bram verhulst
2025-05-25 20:38:31 +02:00
parent 7d797fa207
commit d5262a332d
15 changed files with 1219 additions and 76 deletions

View File

@@ -3,7 +3,17 @@
# ADD NEW .cpp FILES HERE
add_library(Exam_Plugin SHARED
"stdafx.cpp"
"SurvivalAgentPlugin.cpp" "BehaviourTree.cpp" "BehaviourTree.h" "BlackBoard.h" "Thinker.h" "Thinker.cpp" "Behaviour.h" "Behaviour.cpp")
"SurvivalAgentPlugin.cpp"
"BehaviourTree.cpp"
"BehaviourTree.h"
"BlackBoard.h"
"Thinker.h"
"Thinker.cpp"
"Behaviour.h"
"Behaviour.cpp"
"BigThink.h"
"BigThink.cpp"
)
target_link_libraries(Exam_Plugin PUBLIC ${EXAM_LIB_DEBUG})
target_include_directories(Exam_Plugin PUBLIC ${EXAM_INCLUDE_DIR})