[CMake] INSTALL dependencies

Alexander Neundorf a.neundorf-work at gmx.net
Wed Jan 28 16:39:36 EST 2009


On Wednesday 28 January 2009, Pau Garcia i Quiles wrote:
> Hello,
>
> Is it possible to install a target's dependencies using the INSTALL(
> TARGET ... ) signature? I. e. something like INSTALL ( TARGET mytarget
> INSTALL_DEPENDENCIES ) which goes through the parameters of
> TARGET_LINK_LIBRARIES and installs them too.

Like this ?
http://public.kitware.com/Bug/view.php?id=4266

> If there is not such an option, would it be accepted if I develop it?

I think so, but I also think this would require some significant changes in 
the way installation is done.

Alex


More information about the CMake mailing list