Hi, I'm writing a FintMymodule.cmake file for a set of libraries (read: components), and with the given examples in the official CMake/Modules folder it comes along nicely.
One thing I couldn't figure out now is how to set link dependencies between the different components; that is, if I link against component A not only libA is required for linking but also libB and libC. With regular libraries I understand I can pull this is in by TARGET_LINK_LIBRARIES.. Cheers, Nico _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake