[CMake] Install Problem.

Christian Ehrlicher Ch.Ehrlicher at gmx.de
Tue Jan 29 06:51:59 EST 2008


> 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 LIBRARY options for Install method.
> I've browsed thru the documents but found nothing.
> 
> How do i install a import library also for a dll on windows.
> 
An import lib is treated as archive in cmake. So oyu have to specify ARCHIVE.


Christian
-- 
Ist Ihr Browser Vista-kompatibel? Jetzt die neuesten 
Browser-Versionen downloaden: http://www.gmx.net/de/go/browser


More information about the CMake mailing list