Skip to content
Snippets Groups Projects
Commit bed77dfb authored by aclodic's avatar aclodic
Browse files

Update CMakeLists.txt to install libros_bridge

this will allow to close Issue #18
parent 58685292
No related branches found
No related tags found
No related merge requests found
......@@ -78,9 +78,9 @@ add_library(ros_bridge
include/dynamic_graph_bridge/ros_init.hh src/ros_init.cpp
src/sot_to_ros.hh src/sot_to_ros.cpp
)
pkg_config_use_dependency(ros_bridge jrl-mal)
pkg_config_use_dependency(ros_bridge bullet)
install(TARGETS ros_bridge DESTINATION lib)
# Make sure rpath are preserved during the install as ROS dependencies
# are not installed.
......
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