Re: [CMake] Adding program arguments for Debug configuration

2009-05-17 Thread John Drescher
On Sun, May 17, 2009 at 7:42 AM, Alexandru Duţu wrote: > Hello, > > I am new to CMake, and I've been searching the web for a solution to this > problem also CMake wiki and I found nothing concludent. > I am using Windows XP SP3 and Visual Studio 2008. > > I am trying to include program arguments i

Re: [CMake] Adding program arguments for Debug configuration

2009-05-17 Thread Dmytro Ovdiienko
Alexandru, Debug parameters are stored to the *.*user file. CMake does not create this file. Suppose you should add this parameters yourself or store user file once and copy it to the vcproj folder. 2009/5/17 Alexandru Duţu > Hello, > > I am new to CMake, and I've been searching the web for a s

[CMake] Adding program arguments for Debug configuration

2009-05-17 Thread Alexandru Duţu
Hello, I am new to CMake, and I've been searching the web for a solution to this problem also CMake wiki and I found nothing concludent. I am using Windows XP SP3 and Visual Studio 2008. I am trying to include program arguments in debug configuration, without arguments I can't debug, normally in