9 lines
262 B
PHP
9 lines
262 B
PHP
|
# 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 \
|
||
|
"
|