[CMake] How to link static and shared libraries at the same time?

2013-03-10 Thread Ulrich Heinicke
Hi, I have a shared library in which i need must link some libraries. Five of these libraries should be link as shared libraries, but one must be linked as static library. How can i do this? Thanks -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/o

Re: [CMake] How to link static and shared libraries at the same time?

2013-03-13 Thread Matthew Woehlke
On 2013-03-10 07:43, Ulrich Heinicke wrote: I have a shared library in which i need must link some libraries. Five of these libraries should be link as shared libraries, but one must be linked as static library. How can i do this? Do you mean that there are static and shared versions of all the

Re: [CMake] How to link static and shared libraries at the same time?

2013-03-13 Thread Ulrich Heinicke
Am 13.03.2013 17:49, schrieb Matthew Woehlke: > > > On 2013-03-10 07:43, Ulrich Heinicke wrote: >> I have a shared library in which i need must link some libraries. Five >> of these libraries should be link as shared libraries, but one must be >> linked as static library. How can i do this? > > Do