Re: macro kde4_install_library

2007-07-20 Thread Alexander Neundorf
Hi, On Friday 20 July 2007 04:11, Ralf Habacker wrote: > Alexander Neundorf schrieb: > > Hi PutHuhn, > > > > On Monday 16 July 2007 11:49, Nhuh Put wrote: > >> Hello > >> With default calls to install, shared libraries are installed into > >> LIB_INSTALL_DIR. This is fine for linux, but on windows

Re: macro kde4_install_library

2007-07-20 Thread Ralf Habacker
Alexander Neundorf schrieb: > Hi PutHuhn, > > On Monday 16 July 2007 11:49, Nhuh Put wrote: > >> Hello >> With default calls to install, shared libraries are installed into >> LIB_INSTALL_DIR. This is fine for linux, but on windows, they should go >> into BIN_INSTALL_DIR. The install function of

Re: macro kde4_install_library

2007-07-19 Thread Alexander Neundorf
Hi PutHuhn, On Monday 16 July 2007 11:49, Nhuh Put wrote: > Hello > With default calls to install, shared libraries are installed into > LIB_INSTALL_DIR. This is fine for linux, but on windows, they should go > into BIN_INSTALL_DIR. The install function of cmake supports this with the > RUNTIME DE

macro kde4_install_library

2007-07-19 Thread Nhuh Put
Hello With default calls to install, shared libraries are installed into LIB_INSTALL_DIR. This is fine for linux, but on windows, they should go into BIN_INSTALL_DIR. The install function of cmake supports this with the RUNTIME DESTINATION and LIBRARY DESTINATION options. To make things simpler, I