2019-04-03 11:23:11 +08:00
|
|
|
# Copyright (c) 2019 LG Electronics, Inc.
|
|
|
|
|
2019-04-05 12:33:34 +08:00
|
|
|
ROS_BUILD_DEPENDS += " \
|
|
|
|
ament-cmake-gtest \
|
|
|
|
cppzmq \
|
|
|
|
"
|
2019-04-09 22:45:07 +08:00
|
|
|
|
|
|
|
# OpenEmbedded will automatically add the dependency on the elfutils package that contains libdw.so .
|
|
|
|
ROS_EXEC_DEPENDS_remove = "elfutils"
|