Is it possible to set up custom commands with add_custom_command so that the behavior is configuration dependent?   Ie, the command does it&#39;s thing one way in Release configuration, but another in Debug configuration.<br>
<br>What I really have is a custom command that is used to turn source files in one form into vanilla C files.  The custom command uses variables to pass arguments to the binaries that are doing the transformation, but I would like to pass different different arguments to the binaries when the configuration type is different.<br>
<br>Thanks,<br><br>Steve<br>