Re: [CMake] custom_command from cmake macros?

2008-07-09 Thread Alexander Neundorf
On Wednesday 09 July 2008, cOre dUmPeR wrote: > Hello All. > > I wrote some cmake macros to generate some header files. The macros read > text files and generate different headers based on an option the user > determines. > > Now since these are macros, the headers are generated at cmake time. I >

[CMake] custom_command from cmake macros?

2008-07-09 Thread cOre dUmPeR
Hello All. I wrote some cmake macros to generate some header files. The macros read text files and generate different headers based on an option the user determines. Now since these are macros, the headers are generated at cmake time. I think what I really want, is for these header files to be