Re: [CMake] shared libraries on windows

2008-07-29 Thread Yuri Timenkov
On Tuesday 29 July 2008 14:27:44 christian wrote: > Hello: > > I am starting with cmake in order to have my project running on both > linux and windows. > > In my project I create a library and several console tools linked with > this library. > > I would like to use shared libraries (.so in linux

[CMake] shared libraries on windows

2008-07-29 Thread christian
Hello: I am starting with cmake in order to have my project running on both linux and windows. In my project I create a library and several console tools linked with this library. I would like to use shared libraries (.so in linux and .dll in windows) In my CMakeLists.txt I have for the library