
How does one configure a catkin_package such that, when bloomed, it produces a Debian library pair? More exactly, for some declared catkin_package as part of the foobar project, I want...
- a
ros-kinetic-foobarcontaining./opt/ros/kinetic/lib/libfoobar.so - a
ros-kinetic-foobar-devcontaining./opt/ros/kinetic/include/foobar/foobar.h
...with the latter dependent on the former.
References:
- https://www.debian.org/doc/debian-policy/ch-sharedlibs.html#run-time-shared-libraries
- https://www.debian.org/doc/debian-policy/ch-sharedlibs.html#development-files
Originally posted by rubicks on ROS Answers with karma: 193 on 2019-01-22
Post score: 0