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
  • Loading branch information
aosmw committed Aug 31, 2024
1 parent 6d24c7f commit 69142fb
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 @@ -256,6 +256,10 @@ install(DIRECTORY include/
DESTINATION include/${PROJECT_NAME}
)

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}/${PROJECT_NAME})

Expand Down

0 comments on commit 69142fb

Please sign in to comment.