[CMake] Setting debug command parameters with cmake

Bill Hoffman bill.hoffman at kitware.com
Fri Jun 6 13:26:11 EDT 2008


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 file 
that cmake can not modify.

-Bill


More information about the CMake mailing list