File tree Expand file tree Collapse file tree 1 file changed +9
-10
lines changed
Expand file tree Collapse file tree 1 file changed +9
-10
lines changed Original file line number Diff line number Diff line change @@ -62,16 +62,15 @@ target_include_directories(${PROJECT_NAME}
6262 include
6363 )
6464
65- ament_target_dependencies(${PROJECT_NAME}
66- rosidl_typesupport_fastrtps_cpp
67- rosidl_runtime_cpp
68- rosidl_typesupport_cpp
69- fastcdr
70- fastdds
71- rmw_dds_common
72- rmw
73- rmw_fastrtps_shared_cpp
74- micro_ros_msgs
65+ target_link_libraries (${PROJECT_NAME} PUBLIC
66+ ${micro_ros_msgs_TARGETS}
67+ ${rmw_dds_common_TARGETS}
68+ rmw::rmw
69+ rmw_dds_common::rmw_dds_common_library
70+ rmw_fastrtps_shared_cpp::rmw_fastrtps_shared_cpp
71+ rosidl_runtime_cpp::rosidl_runtime_cpp
72+ rosidl_typesupport_cpp::rosidl_typesupport_cpp
73+ rosidl_typesupport_fastrtps_cpp::rosidl_typesupport_fastrtps_cpp
7574 )
7675
7776target_link_libraries (${PROJECT_NAME}
You can’t perform that action at this time.
0 commit comments