Bud can run and explore buildings
This commit is contained in:
@@ -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})
|
||||
|
||||
Reference in New Issue
Block a user