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
-- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support the CMake community. For more information on each offering, please visit: CMake Support: http://cmake.org/cmake/help/support.html CMake Consulting: http://cmake.org/cmake/help/consulting.html CMake Training Courses: http://cmake.org/cmake/help/training.html Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/cmake-developers