Re: [CMake] an akward preprocessor

2010-11-24 Thread luxInteg
On Tuesday 23 November 2010 05:43:17 Michael Hertling wrote: On 11/22/2010 10:39 PM, luxInteg wrote: Greetings I am learning cmake I have a small project to be installed in some directory $INSTALLED =/whatever/installed/directory/is I have some files say fila1.c ..File2.c

[CMake] an akward preprocessor

2010-11-22 Thread luxInteg
Greetings I am learning cmake I have a small project to be installed in some directory $INSTALLED =/whatever/installed/directory/is I have some files say fila1.c ..File2.c to compile with a preprocessor that includes a reference to $INSTALL how do I set the compile properties of

Re: [CMake] an akward preprocessor

2010-11-22 Thread Michael Hertling
On 11/22/2010 10:39 PM, luxInteg wrote: Greetings I am learning cmake I have a small project to be installed in some directory $INSTALLED =/whatever/installed/directory/is I have some files say fila1.c ..File2.c to compile with a preprocessor that includes a reference to