mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 05:11:15 -06:00
This adds VS_DEBUGGER_COMMAND_ARGUMENTS and VS_DEBUGGER_ENVIRONMENT as well as allowing VS_DEBUGGER_* to use generator expressions.
15 lines
609 B
ReStructuredText
15 lines
609 B
ReStructuredText
vs-debugger-improvements
|
|
------------------------
|
|
|
|
* A :prop_tgt:`VS_DEBUGGER_COMMAND_ARGUMENTS` target property was created to
|
|
set the debugging command line arguments with
|
|
:ref:`Visual Studio Generators` for VS 2010 and above.
|
|
* A :prop_tgt:`VS_DEBUGGER_ENVIRONMENT` target property was created to
|
|
set the debugging environment with
|
|
:ref:`Visual Studio Generators` for VS 2010 and above.
|
|
* :prop_tgt:`VS_DEBUGGER_COMMAND`
|
|
:prop_tgt:`VS_DEBUGGER_COMMAND_ARGUMENTS`
|
|
:prop_tgt:`VS_DEBUGGER_ENVIRONMENT`
|
|
:prop_tgt:`VS_DEBUGGER_WORKING_DIRECTORY`
|
|
target properties can use generator expressions.
|