[CMake] Accessing visual studio debugger options

Rolf Eike Beer eike at sf-mail.de
Wed Feb 9 13:59:58 EST 2011


> Hello everyone,
> i created cmake files for a visual studio solution.
> The solution compiles, and now I want to
> start debugging the testapplication.
>
> I want to change the command line option,
> which is used by the debugger, to invoke the application.
>
> How can this be done?
>
> I use cmake 2.8.3 and visual studio 2010.

Right click on the target, choose properties -> debug and fill in the
fields in the dialog.

Eike


More information about the CMake mailing list