We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10d45b8 commit a47850eCopy full SHA for a47850e
autoware_utils_tf/CMakeLists.txt
@@ -7,9 +7,9 @@ autoware_package()
7
if(BUILD_TESTING)
8
file(GLOB_RECURSE test_files test/*.cpp)
9
ament_add_ros_isolated_gtest(test_${PROJECT_NAME} ${test_files})
10
- ament_target_dependencies(test_${PROJECT_NAME}
11
- ${${PROJECT_NAME}_FOUND_BUILD_DEPENDS}
12
- ${${PROJECT_NAME}_FOUND_TEST_DEPENDS}
+ target_include_directories(test_${PROJECT_NAME} PUBLIC ${autoware_utils_geometry_INCLUDE_DIRS})
+ target_link_libraries(test_${PROJECT_NAME}
+ rclcpp::rclcpp ${geometry_msgs_TARGETS} tf2_ros::tf2_ros ${autoware_utils_geometry_LIBRARIES}
13
)
14
target_include_directories(test_${PROJECT_NAME} PRIVATE include)
15
endif()
0 commit comments