[cmake-developers] Add property to get all linked libraries including transitive ones

maikel van den Hurk maikelvandenhurk at hotmail.com
Wed Nov 2 16:23:51 EDT 2016


We are trying to develop a proper C++ dependency management tool which will combine Ivy together with CMake. Our intention is to open source this this modules later for everyone.

As we need to keep track of all dependencies we would like to be able to get all transitive linked libraries to be able to write out properly ivy module descriptor. We could try to write some logic which will go over all the targets and get from them LINK_LIBRARIES and INTERFACE_LINK_LIBRARIES, but given the knowledge of all transitive is available internally in CMake already it would great if this could be exposed at generate-time.


Maikel

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/cmake-developers/attachments/20161102/0986e921/attachment.html>


More information about the cmake-developers mailing list