Re: [CMake] Setting debug command parameters with cmake

2008-06-07 Thread David Solbach
On Friday 06 June 2008 19:26:11 you wrote: > David Solbach wrote: > > is it possible to set debug command parameters for targets added with > > ADD_EXECUTABLE in CMakeLists.txt so they are created in KDevelop or > > Visual Studio project settings? > > With visual studio, no.  That information is st

Re: [CMake] Setting debug command parameters with cmake

2008-06-06 Thread Bill Hoffman
David Solbach wrote: Hi, is it possible to set debug command parameters for targets added with ADD_EXECUTABLE in CMakeLists.txt so they are created in KDevelop or Visual Studio project settings? Any help would be appreciated. With visual studio, no. That information is stored in a binary

[CMake] Setting debug command parameters with cmake

2008-06-06 Thread David Solbach
Hi, is it possible to set debug command parameters for targets added with ADD_EXECUTABLE in CMakeLists.txt so they are created in KDevelop or Visual Studio project settings? Any help would be appreciated. David ___ CMake mailing list CMake@cmake.or