Re: [CMake] organizing export link libraries

2014-08-26 Thread Ruslan Baratov via CMake
On 21-Aug-14 00:50, Nico Schl?mer nico.schloe...@gmail.com wrote: Hi all, a general question: I have a dependency chain of libraries A - B - C - ... - Z and all of those libraries are built with CMake, using CMake's export functionality [1] to let the next in the chain know about its the

[CMake] organizing export link libraries

2014-08-20 Thread Nico Schlömer
Hi all, a general question: I have a dependency chain of libraries A - B - C - ... - Z and all of those libraries are built with CMake, using CMake's export functionality [1] to let the next in the chain know about its the dependencies. If all of the libraries are built statically and A needs