Re: [CMake] Dependency resolution for "add_custom_command" calls?

2014-04-10 Thread Matthew Woehlke
On 2014-04-09 12:08, SF Markus Elfring wrote: I try to generate some files mainly by calls of the command "add_custom_command". One of them should start with the action to copy a source file into the build directory. But I wonder why this step is not written into a generated make file. I would a

[CMake] Dependency resolution for "add_custom_command" calls?

2014-04-09 Thread SF Markus Elfring
Hello, I try to generate some files mainly by calls of the command "add_custom_command". One of them should start with the action to copy a source file into the build directory. But I wonder why this step is not written into a generated make file. I would appreciate your advices. Regards, Markus