Is there a way to print a list the filenames for the libraries linked into a target via the target_link_libraries command
or even better, have all a target\'s dependenci
get_target_property(OUT Target LINK_LIBRARIES) message(STATUS ${OUT})