Re: [CMake] Different output files based on build_type

2009-05-19 Thread James Bigler
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

Re: [CMake] Different output files based on build_type

2009-05-14 Thread Clinton Stimpson
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

Re: [CMake] Different output files based on build_type

2009-05-14 Thread Tyler Roscoe
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/

[CMake] Different output files based on build_type

2009-05-14 Thread James Bigler
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 __