On Tue, Apr 15, 2008 at 7:07 PM, Surya Kiran Gullapalli <
[EMAIL PROTECTED]> wrote:
> Hello all,
> I'm building a library in debug and in release modes. I want the built
> library to go at different locations for each configuration. So I've done
> something like this.
>
> =
Hello all,
I'm building a library in debug and in release modes. I want the built
library to go at different locations for each configuration. So I've done
something like this.
===
set (mytarget "mylib")
Add_Library (${mytarget} ${mysrcs})
Set_Target_Properties (${myta
> Von: "Surya Kiran Gullapalli"
> Hi all,
> I'm trying to install a shared library using INSTALL Method on win32
> platform. (Visual Studio 2005)
>
> But what i found was only the dll is getting installed. the import
> library .lib is not getting installed.
>
> I've specified the RUNTIME and LIBR
Hi all,
I'm trying to install a shared library using INSTALL Method on win32
platform. (Visual Studio 2005)
But what i found was only the dll is getting installed. the import
library .lib is not getting installed.
I've specified the RUNTIME and LIBRARY options for Install method.
I've browsed thr
On 7/10/07, B. Carrupt <[EMAIL PROTECTED]> wrote:
It's working now, thanks. I had to add /usr/local/lib in ld.so.conf
(don't know why it's not there by default) so that the wx libraries
could be found.
What I don't understand is why it was working when I ran the binary
from the build/bin direc
It's working now, thanks. I had to add /usr/local/lib in ld.so.conf
(don't know why it's not there by default) so that the wx libraries
could be found.
What I don't understand is why it was working when I ran the binary
from the build/bin directory of cmake directly (or when I copied it
manua
On 7/9/07, digicapt - cmake <[EMAIL PROTECTED]> wrote:
Hi,
I'm using the version 2.4-patch 6 of cmake on a Fedora core 6 and I have a
problem with the INSTALL : the generated target works fine (in the build
directory) but the copy in the destination is changed so that some libraries
are not fou
On 2007-07-09 14:37+0200 digicapt - cmake wrote:
Hi,
I'm using the version 2.4-patch 6 of cmake on a Fedora core 6 and I have a
problem with the INSTALL : the generated target works fine (in the build
directory) but the copy in the destination is changed so that some libraries
are not found
Hi,
I'm using the version 2.4-patch 6 of cmake on a Fedora core 6 and I have a
problem with the INSTALL : the generated target works fine (in the build
directory) but the copy in the destination is changed so that some libraries
are not found anymore.
When I check them, the size of the copied