meta-ros/includes-ros2/rcl-interfaces/rcl-interfaces-0.6.3_common...

9 lines
262 B
C++

# Copyright (c) 2019 LG Electronics, Inc.
# Without the target rosidl-typesupport-{c,cpp}, ament finds the native packages and then fails to link (error: incompatible
# target).
ROS_BUILD_DEPENDS += " \
rosidl-typesupport-c \
rosidl-typesupport-cpp \
"