File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed
Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -76,8 +76,8 @@ add_library(${PROJECT_NAME}_nodes SHARED
7676 #src/nodes/replace_colors_node.cpp
7777 src/nodes/rotate_image_node.cpp
7878 src/nodes/scale_image_node.cpp
79- src/nodes/warp_image_node.cpp
80- )
79+ src/nodes/warp_image_node.cpp )
80+
8181target_compile_definitions (${PROJECT_NAME} _nodes
8282 PRIVATE "COMPOSITION_BUILDING_DLL" )
8383rclcpp_components_register_nodes (${PROJECT_NAME} _nodes "swri_image_util::BlendImagesNode" )
@@ -94,10 +94,13 @@ rclcpp_components_register_nodes(${PROJECT_NAME}_nodes "swri_image_util::RotateI
9494rclcpp_components_register_nodes (${PROJECT_NAME} _nodes "swri_image_util::ScaleImageNode" )
9595rclcpp_components_register_nodes (${PROJECT_NAME} _nodes "swri_image_util::WarpImageNode" )
9696
97- target_link_libraries (${PROJECT_NAME} _nodes PUBLIC
98- ${PROJECT_NAME}
99- ament_index_cpp::ament_index_cpp
100- image_transport::image_transport )
97+ target_link_libraries (${PROJECT_NAME} _nodes
98+ PUBLIC
99+ ${PROJECT_NAME}
100+ ament_index_cpp::ament_index_cpp
101+ image_transport::image_transport
102+ PRIVATE
103+ message_filters::message_filters )
101104
102105# Iron and later switched some cv_bridge files to .hpp from .h
103106if ("${cv_bridge_VERSION} " VERSION_LESS "3.3.0" )
You can’t perform that action at this time.
0 commit comments