[CMake] Accessing visual studio debugger options

2011-02-09 Thread Louis Hoefler
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

Re: [CMake] Accessing visual studio debugger options

2011-02-09 Thread Rolf Eike Beer
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

Re: [CMake] Accessing visual studio debugger options

2011-02-09 Thread Louis Hoefler
Oh sorry if I was not completely clear. I wanted to access these settings throught cmake. Greetings Louis Am 09.02.2011 19:59, schrieb Rolf Eike Beer: Hello everyone, i created cmake files for a visual studio solution. The solution compiles, and now I want to start debugging the

Re: [CMake] Accessing visual studio debugger options

2011-02-09 Thread Robert Bielik
Louis Hoefler skrev 2011-02-09 19:41: 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

Re: [CMake] Accessing visual studio debugger options

2011-02-09 Thread Rolf Eike Beer
Oh sorry if I was not completely clear. I wanted to access these settings throught cmake. You're lost (i.e. there is no way currently to do this). Eike ___ Powered by www.kitware.com Visit other Kitware open-source projects at

Re: [CMake] Accessing visual studio debugger options

2011-02-09 Thread John Drescher
On Wed, Feb 9, 2011 at 2:30 PM, Robert Bielik robert.bie...@xponaut.se wrote: Louis Hoefler skrev 2011-02-09 19:41: 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

Re: [CMake] Accessing visual studio debugger options

2011-02-09 Thread Ryan Pavlik
This is what my CreateLaunchers.cmake script does - https://github.com/rpavlik/cmake-modules https://github.com/rpavlik/cmake-modulesLets you do this: create_default_target_launcher(yourapp ARGS ${COMMAND_LINE_ARGS} RUNTIME_LIBRARY_DIRS ${RUNTIME_LIBRARY_DIRS} WORKING_DIRECTORY