[CMake] Preventing .lib from being installed

Brad King brad.king at kitware.com
Fri Mar 17 14:31:30 EST 2006


Filipe Sousa wrote:
> Installing a library target on windows is going to install both .dll and
> .lib. CPack is packing everything that that goes in INSTALL command. How
>  can I prevent the .lib from being installed?

Read the documentation of the new INSTALL command.  Look at the RUNTIME 
option.

-Brad


More information about the CMake mailing list