diff --git a/rcl/test/CMakeLists.txt b/rcl/test/CMakeLists.txt index fe7101d1c..91e9e44bf 100644 --- a/rcl/test/CMakeLists.txt +++ b/rcl/test/CMakeLists.txt @@ -223,7 +223,12 @@ function(test_target_function) APPEND_LIBRARY_DIRS ${extra_lib_dirs} INCLUDE_DIRS ${CMAKE_CURRENT_SOURCE_DIR}/../src/rcl/ LIBRARIES ${PROJECT_NAME} mimick wait_for_entity_helpers - AMENT_DEPENDENCIES ${rmw_implementation} "osrf_testing_tools_cpp" "test_msgs" + AMENT_DEPENDENCIES ${rmw_implementation} + "osrf_testing_tools_cpp" + "rcpputils" + "rcutils" + "rosidl_runtime_c" + "test_msgs" ) rcl_add_custom_gtest(test_service${target_suffix}