to produce my distribution image, consisting off my build executables and libs (, resources, etc) I also need to stage the dependencies that are provided by Conan. What is the right way to stage all managed (shared) libraries?
Ideally, I would like to use the install command within my CMake setup, similarly to my own target installation configuration.