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
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