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