Skip to content
Snippets Groups Projects
Commit 1645545e authored by Anthony Mallet's avatar Anthony Mallet
Browse files

[wip/ros-genlisp] Update depend.mk

. Add a -config.cmake in SYSTEM_SEARCH

. Export GENLISP_BIN in depend.mk
parent e882cc5d
No related branches found
No related tags found
No related merge requests found
...@@ -20,9 +20,13 @@ DEPEND_DIR.ros-genlisp?=../../wip/ros-genlisp ...@@ -20,9 +20,13 @@ DEPEND_DIR.ros-genlisp?=../../wip/ros-genlisp
SYSTEM_SEARCH.ros-genlisp=\ SYSTEM_SEARCH.ros-genlisp=\
bin/gen_lisp.py \ bin/gen_lisp.py \
share/genlisp/cmake/genlisp-config.cmake \
'share/genlisp/stack.xml:/<version>/s/[^0-9.]//gp' \ 'share/genlisp/stack.xml:/<version>/s/[^0-9.]//gp' \
'lib/pkgconfig/genlisp.pc:/Version/s/[^0-9.]//gp' 'lib/pkgconfig/genlisp.pc:/Version/s/[^0-9.]//gp'
export GENLISP_BIN= ${PREFIX.ros-genlib}/bin/gen_lisp.py
CMAKE_ARGS+= -DGENLISP_BIN=${GENLISP_BIN}
endif # ROS_GENLISP_DEPEND_MK ---------------------------------------------- endif # ROS_GENLISP_DEPEND_MK ----------------------------------------------
DEPEND_DEPTH:= ${DEPEND_DEPTH:+=} DEPEND_DEPTH:= ${DEPEND_DEPTH:+=}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment