Skip to content
Snippets Groups Projects
Commit 7d408625 authored by Guilhem Saurel's avatar Guilhem Saurel
Browse files

[CMake] hpp-rbprm-server needs hpp-pinocchio dependency

parent 01e6b185
No related branches found
No related tags found
No related merge requests found
...@@ -106,5 +106,6 @@ INSTALL( ...@@ -106,5 +106,6 @@ INSTALL(
# Stand alone corba server # Stand alone corba server
ADD_EXECUTABLE (hpp-rbprm-server hpp-rbprm-corba.cc) ADD_EXECUTABLE (hpp-rbprm-server hpp-rbprm-corba.cc)
TARGET_LINK_LIBRARIES (hpp-rbprm-server ${LIBRARY_NAME} hpp-rbprm) TARGET_LINK_LIBRARIES (hpp-rbprm-server ${LIBRARY_NAME} hpp-rbprm)
PKG_CONFIG_USE_DEPENDENCY(hpp-rbprm-server hpp-pinocchio)
INSTALL (TARGETS hpp-rbprm-server DESTINATION ${CMAKE_INSTALL_BINDIR}) INSTALL (TARGETS hpp-rbprm-server DESTINATION ${CMAKE_INSTALL_BINDIR})
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