Re: [CMake] Win32 Executable.

2008-02-01 Thread Brandon Van Every
On Feb 1, 2008 8:14 AM, Surya Kiran Gullapalli <[EMAIL PROTECTED]> wrote: > Hi all, > I'm building a win32 application, and for that I wanted to build the > application as console application in debug mode and win32 application > in release mode. > > ADD_EXECUTABLE takes care of /subsystem:windows

[CMake] Win32 Executable.

2008-02-01 Thread Surya Kiran Gullapalli
Hi all, I'm building a win32 application, and for that I wanted to build the application as console application in debug mode and win32 application in release mode. ADD_EXECUTABLE takes care of /subsystem:windows or /subsystem:console flag, depends on whether or not you provide WIN32 flag to ADD_E