Re: Re: [CMake] Add include files

2007-11-13 Thread Yinon Ehrlich
Alexander Neundorf wrote: On Sunday 11 November 2007, Yinon Ehrlich wrote: Hi, * I'm new to CMake, trying to convert our existing GNU Makefiles to CMake. * I have a GCC compilation line that uses GCC's -include direction The argument to -include is a file which will be included

[CMake] Add include files

2007-11-11 Thread Yinon Ehrlich
Hi, * I'm new to CMake, trying to convert our existing GNU Makefiles to CMake. * I have a GCC compilation line that uses GCC's -include direction (Instead of having multiple identical #include lines within the source code.) == Does anyone has an idea how can I implement this feature with