Skip to content

Commit e32dede

Browse files
Add GTest::gmock to rtest_common dependencies
1 parent 6fe5909 commit e32dede

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

patch/ros-kilted-rtest.patch

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
diff --git a/rtest/CMakeLists.txt b/rtest/CMakeLists.txt
2+
index 5d3673c..c699084 100644
3+
--- a/rtest/CMakeLists.txt
4+
+++ b/rtest/CMakeLists.txt
5+
@@ -89,6 +89,7 @@ target_link_libraries(rtest_common PUBLIC
6+
rcl_action::rcl_action
7+
rclcpp::rclcpp
8+
rclcpp_action::rclcpp_action
9+
+ GTest::gmock
10+
)
11+
12+
ament_export_dependencies(

0 commit comments

Comments
 (0)