<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2655.35">
<TITLE>Compiling the same source file with different Compiler flags</TITLE>
</HEAD>
<BODY>

<P><FONT SIZE=2 FACE="Arial">Hi,</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">I'm trying to write a CMakeLists.txt file that compiles the same source file twice with different compiler flags and then makes 2 libraries, each with a different version of the compiled source.</FONT></P>

<P><FONT SIZE=2 FACE="Arial">So if the source is foo.c, I would like to compile foo.c using -DBAR in one library and using -DNOBAR in another library. </FONT></P>

<P><FONT SIZE=2 FACE="Arial">Thanks,</FONT>
<BR><FONT SIZE=2 FACE="Arial">Dave Karelitz</FONT>
<BR><FONT SIZE=2 FACE="Arial">Sandia National Laboratories</FONT>
</P>

</BODY>
</HTML>