Re: [CMake] Unknown names of output files - How to add the dependency?

2009-09-05 Thread Alexander Neundorf
On Thursday 03 September 2009, Swaroop Ramachandra wrote: Hi, I have a question regarding the ADD_CUSTOM_COMMAND. I have an input file which is generated on the fly. My ADD_CUSTOM_COMMAND executes a binary file which takes this input file. My output is a set of files whose names are based on

[CMake] Unknown names of output files - How to add the dependency?

2009-09-03 Thread Swaroop Ramachandra
Hi, I have a question regarding the ADD_CUSTOM_COMMAND. I have an input file which is generated on the fly. My ADD_CUSTOM_COMMAND executes a binary file which takes this input file. My output is a set of files whose names are based on the contents of my input file. Specifically, I generate .c