Re: [CMake] Include Link Dependencies

2011-11-17 Thread Marcus Monaghan
From: Andreas Pakulat Sent: 16 November 2011 19:50 I'm just starting to use the cpack module in cmake to put together TGZ. I use TARGET_LINK_LIBRARIES to specify which libs to use during linking. Is there a way to get a list of the libs that are found and include them in my TGZ? I can

[CMake] Include Link Dependencies

2011-11-16 Thread Marcus Monaghan
Hi, I'm just starting to use the cpack module in cmake to put together TGZ. I use TARGET_LINK_LIBRARIES to specify which libs to use during linking. Is there a way to get a list of the libs that are found and include them in my TGZ? I can include the libs that are compiled as part of my

Re: [CMake] Include Link Dependencies

2011-11-16 Thread Andreas Pakulat
On 16.11.11 17:35:22, Marcus Monaghan wrote: Hi, I'm just starting to use the cpack module in cmake to put together TGZ. I use TARGET_LINK_LIBRARIES to specify which libs to use during linking. Is there a way to get a list of the libs that are found and include them in my TGZ? I can