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
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-
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