Getting rid of the LIB_INSTALL_DIR hack on windows

Brad King brad.king at kitware.com
Mon Jan 21 15:35:07 CET 2008


Christian Ehrlicher wrote:
> install(TARGETS kfoo kbar USE_PROPERTIES foo)
> 
> where foo contains all informations about the install locations?

How is this different from

  install(TARGETS kfoo kbar ${foo_INSTALL_RULES})

which you can do right now?

-Brad


More information about the Kde-buildsystem mailing list