From 395bff687d64dc4b766fa4010c7cc416b8f6dc61 Mon Sep 17 00:00:00 2001 From: Gregory LeMasurier Date: Thu, 18 Apr 2024 15:59:30 -0400 Subject: [PATCH] Add interaction node to cmakelist --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index d31b15a2b..82b4daf77 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -82,6 +82,7 @@ add_subdirectory(3rdparty/lexy) list(APPEND BT_SOURCE src/action_node.cpp + src/interaction_node.cpp src/basic_types.cpp src/behavior_tree.cpp src/blackboard.cpp