Export multiple libraries (ros2)?
Regarding the documentation here: https://index.ros.org/doc/ros2/Tutori...
I have a case where I want to export multiple shared libraries from the same ros package. I'm not sure what the right notation is. Does the EXPORT line in the install take a list (should I explicitly list the library names here?). It seems that TARGETS can take a list.
As to the ament_export_targets call, how does it associate the library my_library with export_my_library? How would I write it if I wanted to export two separate libraries from the same project?