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
_______________________________________________
CMake mailing list
[email protected]
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to