Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Jason Chemin
hpp-rbprm-corba
Commits
7d408625
Commit
7d408625
authored
Mar 19, 2019
by
Guilhem Saurel
Browse files
[CMake] hpp-rbprm-server needs hpp-pinocchio dependency
since
https://github.com/humanoid-path-planner/hpp-pinocchio/pull/86
parent
01e6b185
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/CMakeLists.txt
View file @
7d408625
...
...
@@ -106,5 +106,6 @@ INSTALL(
# Stand alone corba server
ADD_EXECUTABLE
(
hpp-rbprm-server hpp-rbprm-corba.cc
)
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
}
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment