Skip to content
Snippets Groups Projects
Commit ffda7e90 authored by Florent Lamiraux's avatar Florent Lamiraux
Browse files

Export -lros_bridge -lros_interpreter in pc file generated by cmake module

  pc file is generated both by catkin and by cmake module. Keep both up to date
  for security.
parent b10a8973
No related branches found
No related tags found
No related merge requests found
...@@ -159,6 +159,8 @@ add_subdirectory(src) ...@@ -159,6 +159,8 @@ add_subdirectory(src)
add_service_files( FILES RunPythonFile.srv ) add_service_files( FILES RunPythonFile.srv )
generate_messages( DEPENDENCIES std_msgs ) generate_messages( DEPENDENCIES std_msgs )
catkin_package(CATKIN_DEPENDS message_runtime LIBRARIES ros_bridge ros_interpreter) catkin_package(CATKIN_DEPENDS message_runtime LIBRARIES ros_bridge ros_interpreter)
# Add libraries in pc file generated by cmake submodule
PKG_CONFIG_APPEND_LIBS(ros_bridge ros_interpreter)
#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