On 3/7/2011 1:14 AM, Rolf Eike Beer wrote:
In my solution I have several samples, some of which are windows based
while other are console based.
So I need to be able to change the link flag /SUBSYSTEM:CONSOLE (or
/SUBSYSTEM:WINDOWS) depending on the executable I'm building
Am I missing something
> In my solution I have several samples, some of which are windows based
> while other are console based.
> So I need to be able to change the link flag /SUBSYSTEM:CONSOLE (or
> /SUBSYSTEM:WINDOWS) depending on the executable I'm building
> Am I missing something or is it a bug in the VS2010 gen
Hi
In my solution I have several samples, some of which are windows based
while other are console based.
So I need to be able to change the link flag /SUBSYSTEM:CONSOLE (or
/SUBSYSTEM:WINDOWS) depending on the executable I'm building
To do so, I'm using a call to
set_target_properties(Sample