Skip to content

Commit

Permalink
Restore exported BT test utils header files after cmake revamp (#4652) (
Browse files Browse the repository at this point in the history
#4654)

Signed-off-by: Mike Wake <[email protected]>
  • Loading branch information
aosmw authored and SteveMacenski committed Nov 8, 2024
1 parent 0a94280 commit 8df2cb3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nav2_behavior_tree/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,10 @@ install(DIRECTORY test/utils/
DESTINATION include/${PROJECT_NAME}/utils/
)

install(DIRECTORY test/utils/
DESTINATION include/${PROJECT_NAME}/nav2_behavior_tree/test/utils
)

install(FILES nav2_tree_nodes.xml DESTINATION share/${PROJECT_NAME})
install(FILES ${GENERATED_DIR}/plugins_list.hpp DESTINATION include/${PROJECT_NAME})

Expand Down

0 comments on commit 8df2cb3

Please sign in to comment.