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 _______________________________________________ CMake mailing list [email protected] http://www.cmake.org/mailman/listinfo/cmake
