Re: [CMake] Obtaining dependencies of static libraries

2009-01-25 Thread Philip Lowman
On Fri, Jan 23, 2009 at 3:37 PM, Robert Dailey wrote: > On Fri, Jan 23, 2009 at 3:36 AM, Mike Arthur wrote: > >> On Thursday 22 January 2009 23:26:47 Robert Dailey wrote: >> > With all do respect, why does it matter? Yes, in the generated target >> > dependencies are handled for me but when I cal

Re: [CMake] Obtaining dependencies of static libraries

2009-01-23 Thread Robert Dailey
On Fri, Jan 23, 2009 at 3:36 AM, Mike Arthur wrote: > On Thursday 22 January 2009 23:26:47 Robert Dailey wrote: > > With all do respect, why does it matter? Yes, in the generated target > > dependencies are handled for me but when I call get_target_property() > with > > LINK_INTERFACE_LIBRARIES i

Re: [CMake] Obtaining dependencies of static libraries

2009-01-23 Thread Mike Arthur
On Thursday 22 January 2009 23:26:47 Robert Dailey wrote: > With all do respect, why does it matter? Yes, in the generated target > dependencies are handled for me but when I call get_target_property() with > LINK_INTERFACE_LIBRARIES it only includes the dependencies I specific for > only that exec

Re: [CMake] Obtaining dependencies of static libraries

2009-01-22 Thread Robert Dailey
On Thu, Jan 22, 2009 at 3:00 PM, Alexander Neundorf wrote: > On Thursday 22 January 2009, Robert Dailey wrote: > > Hi, > > > > The documentation for LINK_INTERFACE_LIBRARIES (Target property) clearly > > states that this is ignored for static libraries. However, I need to get > > the list that wa

Re: [CMake] Obtaining dependencies of static libraries

2009-01-22 Thread Alexander Neundorf
On Thursday 22 January 2009, Robert Dailey wrote: > Hi, > > The documentation for LINK_INTERFACE_LIBRARIES (Target property) clearly > states that this is ignored for static libraries. However, I need to get > the list that was passed into target_link_libraries() for that static > library project.

[CMake] Obtaining dependencies of static libraries

2009-01-21 Thread Robert Dailey
Hi, The documentation for LINK_INTERFACE_LIBRARIES (Target property) clearly states that this is ignored for static libraries. However, I need to get the list that was passed into target_link_libraries() for that static library project. How can I obtain this list? I'm doing the following: get_ta