Skip to content

Commit

Permalink
export image_transport dependency (ros-visualization#813)
Browse files Browse the repository at this point in the history
* export image_transport dependency

Signed-off-by: Chen Lihui <lihui.chen@sony.com>
  • Loading branch information
Chen Lihui authored Jan 4, 2022
1 parent bbf1842 commit 31380f8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions rviz_default_plugins/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -246,10 +246,11 @@ pluginlib_export_plugin_description_file(rviz_common plugins_description.xml)
ament_target_dependencies(rviz_default_plugins
PUBLIC
geometry_msgs
image_transport
interactive_markers
laser_geometry
nav_msgs
map_msgs
nav_msgs
rclcpp
resource_retriever
rviz_common
Expand All @@ -260,20 +261,20 @@ ament_target_dependencies(rviz_default_plugins
tf2_ros
urdf
visualization_msgs
image_transport
)

ament_export_include_directories(include)
ament_export_targets(rviz_default_plugins HAS_LIBRARY_TARGET)
ament_export_dependencies(
rviz_common
geometry_msgs
image_transport
interactive_markers
laser_geometry
map_msgs
nav_msgs
rclcpp
resource_retriever
rviz_common
rviz_ogre_vendor
sensor_msgs
tf2
Expand Down

0 comments on commit 31380f8

Please sign in to comment.