Skip to content
Snippets Groups Projects
Commit 450c856e authored by Olivier Stasse's avatar Olivier Stasse
Browse files

Add sot_loader library to the list of exportable libraries.

parent 98a5e0a3
No related branches found
No related tags found
No related merge requests found
...@@ -185,11 +185,11 @@ generate_messages( DEPENDENCIES std_msgs ) ...@@ -185,11 +185,11 @@ generate_messages( DEPENDENCIES std_msgs )
# This is necessary so that the pc file generated by catking is similar to the on # This is necessary so that the pc file generated by catking is similar to the on
# done directly by jrl-cmake-modules # done directly by jrl-cmake-modules
catkin_package(CATKIN_DEPENDS message_runtime roscpp realtime_tools bullet ${SOT_PKGNAMES} catkin_package(CATKIN_DEPENDS message_runtime roscpp realtime_tools bullet ${SOT_PKGNAMES}
LIBRARIES ros_bridge ros_interpreter LIBRARIES ros_bridge ros_interpreter sot_loader
) )
# Add libraries in pc file generated by cmake submodule # Add libraries in pc file generated by cmake submodule
PKG_CONFIG_APPEND_LIBS(ros_bridge ros_interpreter) PKG_CONFIG_APPEND_LIBS(ros_bridge ros_interpreter sot_loader)
#install ros executables #install ros executables
install(PROGRAMS install(PROGRAMS
......
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