Hi,

I am sorry if I am missing this in the documentation - seems a common task, but I cannot find how to add a generated header to the list of headers to install.

Should I look to identify the generated targets like this:

lib language  :

    c++/class/class.scompil

  ;

install headers 

  : 

    ???

  :

    <location>dist/include

  ;


install lib 

  : 

    language

  :

    <location>dist/lib

  ;

Or I need to modify the generator itself?

Is there something similar to <install-dependencies>on - <install-includes>on?

Thanks in advance.
George