Re: [CMake] Get all required shared libs from a target

2009-09-05 Thread Alexander Neundorf
On Friday 28 August 2009, Michael Jackson wrote: > If you pull the boost 1.39.0 sources there is an experimental CMake > based build system. In those cmake files the developers have somehow > figured out how to do what you want. For a given library, you can get > all the dependencies. Maybe you ca

Re: [CMake] Get all required shared libs from a target

2009-08-28 Thread Michael Jackson
et all required shared libs from a target On 28. Aug, 2009, at 8:29, Müller Michael wrote: Hi guys, is it possible to "investigate" a target for all required shared libs (transitively). That means i dont which libraries where set with TARGET_LINK_LIBRARIES and somewhere in my CMakeLi

Re: [CMake] Get all required shared libs from a target

2009-08-28 Thread David Cole
t\a.dll;C:\project\b.dll". I also tried it with >> IMPORTED_LINK_DEPENDENT_LIBRARIES but that gives me an empty variable. >> >> Hopefully, this made my problem clearer. >> >> Michael >> >> -----Ursprüngliche Nachricht----- >> Von: Michael Wild [mailto:

Re: [CMake] Get all required shared libs from a target

2009-08-28 Thread Michael Wild
@gmail.com] Gesendet: Freitag, 28. August 2009 09:30 An: Müller Michael Cc: cmake@cmake.org Betreff: Re: [CMake] Get all required shared libs from a target On 28. Aug, 2009, at 8:29, Müller Michael wrote: Hi guys, is it possible to "investigate" a target for all required shared libs (tr

Re: [CMake] Get all required shared libs from a target

2009-08-28 Thread Müller Michael
y variable. Hopefully, this made my problem clearer. Michael -Ursprüngliche Nachricht- Von: Michael Wild [mailto:them...@gmail.com] Gesendet: Freitag, 28. August 2009 09:30 An: Müller Michael Cc: cmake@cmake.org Betreff: Re: [CMake] Get all required shared libs from a target On 28. Aug, 200

Re: [CMake] Get all required shared libs from a target

2009-08-28 Thread Michael Wild
On 28. Aug, 2009, at 8:29, Müller Michael wrote: Hi guys, is it possible to "investigate" a target for all required shared libs (transitively). That means i dont which libraries where set with TARGET_LINK_LIBRARIES and somewhere in my CMakeLists.txt i want to find it out again. Thank y

[CMake] Get all required shared libs from a target

2009-08-27 Thread Müller Michael
Hi guys, is it possible to "investigate" a target for all required shared libs (transitively). That means i dont which libraries where set with TARGET_LINK_LIBRARIES and somewhere in my CMakeLists.txt i want to find it out again. Thank you Michael