[CMake] Setting Working Directory for Debugging in MS VC++ via CMake

Jorge Rodriguez jrodriguez at xvt.com
Wed Aug 2 17:11:43 EDT 2006


Brad King wrote:
> This property is not actually stored in the project files, so CMake
> cannot set the value.  It is stored in some file inside the %APPDATA%
> directory for Visual Studio.
>   

Actually I believe it's stored in the projectname.suo file. It's a 
hidden file that always lays right next to the .sln, but it's an 
undocumented binary file.

I believe there is an implied CWD for a project which is the location of 
the project's .sln file.

-- 
Jorge Rodriguez
XVT Software Development
Email: jrodriguez at xvt.com
Phone: (919) 854-1800 x222




More information about the CMake mailing list