[CMake] CMake and CORBA

Alexander Neundorf a.neundorf-work at gmx.net
Thu Nov 15 14:01:50 EST 2007


On Thursday 15 November 2007, Benjamin Behringer wrote:
> Hello
>
> I would like to use the considerable advantages of CMake in our CORBA
> project.
> Can the configurations be done by CMake or if not is there a way to call
> mico-c++ compiler instead of g++ compiler?

Stupid question: isn't all you have to do to build mico apps run the mico IDL 
compiler and then simply compile the code with the standard compiler ?
You can do that using ADD_CUSTOM_COMMAND() for the idl files.

Alex


More information about the CMake mailing list