rtt_macros.cmake not installed

Dear All,

I'm trying to create a plugin and tried to use the "ADD_RTT_PLUGIN"
macros like marshalling and scripting. However
rtt/config/rtt_macros.cmake is not installed thus not available to
OCL.

Are these macros intended to be used or are local to RTT only?

Markus

rtt_macros.cmake not installed

On Monday 13 September 2010 14:23:06 Markus Klotzbuecher wrote:
> Dear All,
>
> I'm trying to create a plugin and tried to use the "ADD_RTT_PLUGIN"
> macros like marshalling and scripting. However
> rtt/config/rtt_macros.cmake is not installed thus not available to
> OCL.
>
> Are these macros intended to be used or are local to RTT only?

We wanted to provide such macros in the UseOrocosRTT.cmake file, which is
currently installed. You could try to migrate (or copy) the macro into that
file.

Peter