Re: [cmake-developers] Linked library paths

2015-07-31 Thread Brad King
On 07/30/2015 11:59 AM, Aleix Pol wrote: > I need to get the linked libraries of a target. I was moving the code > away from get_target_property to generator expressions that should get > into a generated file, although I haven't managed yet. > > Is there any possibility to do that already? > > I

[cmake-developers] Linked library paths

2015-07-30 Thread Aleix Pol
Hi, I need to get the linked libraries of a target. I was moving the code away from get_target_property to generator expressions that should get into a generated file, although I haven't managed yet. Is there any possibility to do that already? I've been thinking of adding something like a map fu