On Thu, May 14, 2009 at 4:51 PM, Clinton Stimpson wrote:
> James Bigler wrote:
>
>> I need to specify different output files for an add_custom_command for
>> different build types in VS. The output file also needs to be added to an
>> add_executable command.
>>
>> I'm not sure how to go about thi
James Bigler wrote:
I need to specify different output files for an add_custom_command for
different build types in VS. The output file also needs to be added
to an add_executable command.
I'm not sure how to go about this.
Any pointers would be helpful.
How about something like this.
set
On Thu, May 14, 2009 at 04:09:43PM -0600, James Bigler wrote:
> I need to specify different output files for an add_custom_command for
> different build types in VS. The output file also needs to be added to an
> add_executable command.
Take a look at this thread:
http://www.cmake.org/pipermail/
I need to specify different output files for an add_custom_command for
different build types in VS. The output file also needs to be added to an
add_executable command.
I'm not sure how to go about this.
Any pointers would be helpful.
Thanks,
James
__