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 e9ec498 commit 36cf453Copy full SHA for 36cf453
CMakeLists.txt
@@ -55,10 +55,15 @@ add_executable(${PROJECT_NAME}
55
)
56
57
ament_target_dependencies(${PROJECT_NAME}
58
- async_web_server_cpp cv_bridge image_transport rclcpp sensor_msgs)
+ sensor_msgs
59
+)
60
61
## Specify libraries to link a library or executable target against
62
target_link_libraries(${PROJECT_NAME}
63
+ async_web_server_cpp::async_web_server_cpp
64
+ cv_bridge::cv_bridge
65
+ image_transport::image_transport
66
+ rclcpp::rclcpp
67
${Boost_LIBRARIES}
68
${OpenCV_LIBS}
69
${avcodec_LIBRARIES}
0 commit comments