[CMake] Setting command line arguments for visual

Jesper Eskilson jesper at eskilson.se
Sun Mar 9 14:29:49 EDT 2008


Olivier Tournaire wrote:
> Thank you Philip for your answer.
> 
> My problem is not to choose the configuration, but how to set the 
> command line arguments. That means the parameters passed to the 
> programm, when launched from visual studio IDE (*argc).
> Is there a way to do this ?
> 

I believe not. These are stored in the .suo file (solution user 
options),  which CMake is unable to generate (it's a proprietary binary 
format, or so I was told).

I would very much like to be able to specify the full path to the binary 
to use when debugging.

-- 
/Jesper




More information about the CMake mailing list