We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9ebefc commit bbb4bf5Copy full SHA for bbb4bf5
yasmin_ros/CMakeLists.txt
@@ -85,13 +85,13 @@ if(BUILD_TESTING)
85
foreach(_test_name ${_pytest_tests})
86
ament_add_pytest_test(${_test_name} test/${_test_name}.py)
87
ament_add_gtest(${_test_name}_cpp test/${_test_name}.cpp)
88
- target_link_libraries(${_test_name}_cpp ${PROJECT_NAME})
89
- ament_target_dependencies(${_test_name}_cpp
90
- rclcpp
91
- rclcpp_action
92
- example_interfaces
93
- std_msgs
94
- yasmin
+ target_link_libraries(${_test_name}_cpp
+ ${PROJECT_NAME}
+ yasmin::yasmin
+ rclcpp::rclcpp
+ rclcpp_action::rclcpp_action
+ ${std_msgs_TARGETS}
+ ${example_interfaces_TARGETS}
95
)
96
endforeach()
97
0 commit comments