Skip to content
Snippets Groups Projects
Unverified Commit 47cd1e82 authored by Guilhem Saurel's avatar Guilhem Saurel Committed by GitHub
Browse files

Merge pull request #56 from nim65s/devel

[CMake] add missing link with dynamic-graph-python
parents cd91dc9e c6c121b2
No related branches found
Tags v0.0.4
No related merge requests found
......@@ -45,6 +45,9 @@ FOREACH(test ${tests})
PKG_CONFIG_USE_DEPENDENCY(${test} pinocchio)
PKG_CONFIG_USE_DEPENDENCY(${test} sot-core)
PKG_CONFIG_USE_DEPENDENCY(${test} dynamic-graph)
IF(BUILD_PYTHON_INTERFACE)
TARGET_LINK_LIBRARIES(${test} dynamic-graph-python)
ENDIF(BUILD_PYTHON_INTERFACE)
IF(${test}_plugins_dependencies)
ADD_DEPENDENCIES(${EXECUTABLE_NAME} "${${test}_plugins_dependencies}")
......
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