From d7a1273a11389fd0a07c43bcf872cfc577b8255d Mon Sep 17 00:00:00 2001 From: Guilhem Saurel <guilhem.saurel@gmail.com> Date: Thu, 21 Mar 2019 13:17:18 +0100 Subject: [PATCH] [wip/hpp-rbprm] add missing test dependencies --- hpp-rbprm/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hpp-rbprm/Makefile b/hpp-rbprm/Makefile index 1e9c9da6..30ed1e26 100644 --- a/hpp-rbprm/Makefile +++ b/hpp-rbprm/Makefile @@ -4,11 +4,15 @@ HPP_PACKAGE= hpp-rbprm HPP_COMMENT= RB-PRM planner in HPP +PKGREVISION= 1 CATEGORIES= wip include ../../meta-pkgs/hpp/Makefile.common +include ../../wip/hpp-rbprm-robot-data/depend.mk +include ../../wip/hpp-environments/depend.mk + include ../../path/hpp-core/depend.mk include ../../path/hpp-util/depend.mk include ../../path/hpp-statistics/depend.mk -- GitLab