diff --git a/husarion_ugv_manager/CMakeLists.txt b/husarion_ugv_manager/CMakeLists.txt index c8fe731b..4fff60dc 100644 --- a/husarion_ugv_manager/CMakeLists.txt +++ b/husarion_ugv_manager/CMakeLists.txt @@ -118,7 +118,7 @@ install(DIRECTORY behavior_trees config launch DESTINATION share/${PROJECT_NAME}) install(DIRECTORY include/ DESTINATION include/) -install(DIRECTORY test/utils DESTINATION include/${PROJECT_NAME}/test/utils) +install(DIRECTORY test/ DESTINATION include/${PROJECT_NAME}/) if(BUILD_TESTING) find_package(ament_cmake_gtest REQUIRED)