default oro-create-pkg: no headers installed

If you create a dummy package based on oro-create-pkg and 'rosmake'
it, there is a bin/ and lib/ but no include/ although the
CMakeList.txt contains a line

orocos_install_headers( foobar-component.hpp ) # ...you may add multiple header files

Is this intended? How to get the headers installed?

Thanks!
Markus

default oro-create-pkg: no headers installed

On Sunday 12 June 2011 10:54:00 Markus Klotzbuecher wrote:
> If you create a dummy package based on oro-create-pkg and 'rosmake'
> it, there is a bin/ and lib/ but no include/ although the
> CMakeList.txt contains a line
>
> orocos_install_headers( foobar-component.hpp ) # ...you may add multiple
> header files
>
> Is this intended? How to get the headers installed?

They don't. We don't install anything when it's a ros package. In ros
packages, headers must be placed under the include/<packagename> directory or
at the package root.

Peter