Skip to content
Snippets Groups Projects
Commit cf6fc62f authored by mnaveau's avatar mnaveau
Browse files

add the pinocchio dependence to the test to be able to call the urdf parser

parent f9c8ec02
No related branches found
No related tags found
No related merge requests found
......@@ -108,6 +108,7 @@ MACRO(ADD_JRL_WALKGEN_TEST test_arg test_file_name)
TARGET_LINK_LIBRARIES(${test_name} ${PROJECT_NAME})
PKG_CONFIG_USE_DEPENDENCY(${test_name} jrl-mal)
PKG_CONFIG_USE_DEPENDENCY(${test_name} pinocchio)
ADD_TEST(${test_name} ${test_name} ${urdfpath} ${srdfpath})
......
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