If I have a custom command:<br><br>add_custom_command(OUTPUT myfile.out)<br><br>Then I add that file to the target:<br><br>add_executable(mytarget main.cpp myfile.out)<br><br>If I do a &#39;make help&#39; I get rules for main.o, but none for myfile.out.  Is there something I can add to create a helper makefile target?<br>

<br>Thanks,<br>James<br>