Re: [CMake] Chaining Dependencies

2010-05-19 Thread Bill Hoffman
On 5/19/2010 2:31 PM, aaron.mead...@thomsonreuters.com wrote: *Hi all. I hope this isn’t a terribly obvious question that I just can’t find in the documentation..* * * *If I have an executable ‘A’ that depends on a static library ‘B’, and static library ‘B’ depends on static library ‘C’, can I

Re: [CMake] Chaining Dependencies

2010-05-19 Thread aaron.meadows
ay 19, 2010 1:31 PM To: cmake@cmake.org Subject: [CMake] Chaining Dependencies Hi all. I hope this isn't a terribly obvious question that I just can't find in the documentation.. If I have an executable 'A' that depends on a static library 'B', and static libra

[CMake] Chaining Dependencies

2010-05-19 Thread aaron.meadows
Hi all. I hope this isn't a terribly obvious question that I just can't find in the documentation.. If I have an executable 'A' that depends on a static library 'B', and static library 'B' depends on static library 'C', can I capture this dependency as part of the CMakeLists.txt for static lib