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 these libraries, and you need to know how to force selection of the static flavor of a certain library?
Otherwise I don't understand the problem; it should just work. -- Matthew -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake
