[CMake] Setting MSVC project Configuration Properties

Brad King brad.king at kitware.com
Thu May 25 10:24:16 EDT 2006


Matthew Peavy wrote:
> I need to be able to set a few of the project Configuration Properties 
> during the CMake generation of the Solution / project files.
> The config properties I need to set are:
> 
> 1) Working directory (Properties -> Configuration Properties -> 
> Debugging -> Working Directory)
> 2) Command Arguments (Properties -> Configuration Properties -> 
> Debugging -> Command Arguments)
> 
> as well as being able to set the "Start-up project" to my project rather 
> than to "ALL_BUILD".  [This is accomplished within MSVC by 
> right-clicking the project and selecting "Set as StartUp Project.]

This information is not stored in the project files, and therefore 
cannot be generated into them by CMake.

Do you happen to know where it is stored?

-Brad


More information about the CMake mailing list