From 9c8f12df40384b34badfdf3a667f2ca80f21d59e Mon Sep 17 00:00:00 2001 From: Guilhem Saurel <guilhem.saurel@laas.fr> Date: Sat, 18 Apr 2020 12:29:29 +0200 Subject: [PATCH] [wip/jrl-walkgen-v3] forecast dependencies --- jrl-walkgen-v3/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jrl-walkgen-v3/Makefile b/jrl-walkgen-v3/Makefile index c0342fa1..6aea27c3 100644 --- a/jrl-walkgen-v3/Makefile +++ b/jrl-walkgen-v3/Makefile @@ -14,6 +14,8 @@ COMMENT= Walk pattern generator for the HRP-2 humanoid robot. CONFLICTS+= ${NAME} include ../../devel/jrl-cmakemodules/Makefile.common +include ../../wip/talos-data/depend.mk +include ../../wip/eiquadprog/depend.mk include ../../graphics/simple-humanoid-description/depend.mk include ../../math/pinocchio/depend.mk include ../../mk/sysdep/cmake.mk -- GitLab