Re: [CMake] Generating C++ code from Idl language with variable number of files as output

2011-07-28 Thread Michael Hertling
On 07/20/2011 03:00 PM, Clifford Yapp wrote: On Mon, Jul 18, 2011 at 8:42 AM, Valentin-Daniel Boca db...@eservicios.indracompany.com wrote: gen_code xxx.idl - xxxIdl.h, xxxIdl.cc, xWrappers.h and xxxWData.h So for every keyword struct there is one more file generated. The first three files

Re: [CMake] Generating C++ code from Idl language with variable number of files as output

2011-07-20 Thread Clifford Yapp
On Mon, Jul 18, 2011 at 8:42 AM, Valentin-Daniel Boca db...@eservicios.indracompany.com wrote: gen_code xxx.idl - xxxIdl.h, xxxIdl.cc, xWrappers.h and xxxWData.h So for every keyword struct there is one more file generated. The first three files are always the same. Given this, I can't know

[CMake] Generating C++ code from Idl language with variable number of files as output

2011-07-18 Thread Valentin-Daniel Boca
Hi everybody, We have a very big project using rules written with Imake and we want to switch to Cmake. Everything is more or less ok, except few things related to code generated. We have some .idl files (Corba syntax) used to generate custom C++ wrappers in order to be able to have POD for