From 0fee93c1a9fb6965ba7af0e4dfe3b32a8ec03488 Mon Sep 17 00:00:00 2001 From: Herb Kuta Date: Fri, 3 May 2019 14:10:27 -0700 Subject: [PATCH] DRAFT behaviortree-cpp-v3.inc: Prepend to FILES-dev --- includes-ros1/behaviotree-cpp-v3/behaviortree-cpp-v3.inc | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 includes-ros1/behaviotree-cpp-v3/behaviortree-cpp-v3.inc diff --git a/includes-ros1/behaviotree-cpp-v3/behaviortree-cpp-v3.inc b/includes-ros1/behaviotree-cpp-v3/behaviortree-cpp-v3.inc new file mode 100644 index 0000000..0b4a267 --- /dev/null +++ b/includes-ros1/behaviotree-cpp-v3/behaviortree-cpp-v3.inc @@ -0,0 +1,7 @@ +# Copyright (c) 2019 LG Electronics, Inc. + +# The cmake subdirectory isn't under datadir/ROS_BPN. In fact, there are two. +FILES_${PN}-dev_prepend = " \ + ${libdir}/cmake/${ROS_BPN} \ + ${libdir}/BehaviorTree/cmake \ +"