Re: [CMake] More than one C Compiler in a Project

2009-12-08 Thread David Cole
You might consider using the new ExternalProject module and the ExternalProject_Add function to build one as a separate stand-alone project. See this article about using ExternalProject in the latest "The Source" newsletter on pp. 14-17: http://kitware.com/products/archive/kitware_quarterly1009.pd

Re: [CMake] More than one C Compiler in a Project

2009-12-08 Thread Alexander Neundorf
On Tuesday 08 December 2009, RĂ¼diger Ranft wrote: > Hi all, > > I need to use two different C compilers in a project, because this > project consists of both PC software and micro controller firmware. Is > there a way to use cmake to generate Makefiles which call different > compilers, (or to hard-

[CMake] More than one C Compiler in a Project

2009-12-08 Thread RĂ¼diger Ranft
Hi all, I need to use two different C compilers in a project, because this project consists of both PC software and micro controller firmware. Is there a way to use cmake to generate Makefiles which call different compilers, (or to hard-code a second one, since the PC software can be developed wit