On Tue, Dec 9, 2008 at 11:05 AM, Robert Dailey <span dir="ltr"><<a href="mailto:rcdailey@gmail.com">rcdailey@gmail.com</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Michael,<br><br>Is there a way to call add_custom_command() on a specific configuration for a specific target? If I can do this then I can use CMAKE to copy the files appropriately and your method would work perfectly.<br>
<br>Thanks for your tme.<br>
</blockquote></div><br>After much research, I've found out that CMake cannot provide a custom
command (Post build event) to a specific configuration in the case
where CMake is used to generate a multi-configuration target, such as a
visual studio project. This is a HUGE problem for me. Are there any
work-arounds for this issue? Does this issue plan to be addressed in a
future release (Hopefully soon)?<br>