diff options
author | Hannes Mezger <hannes.mezger@ascolab.com> | 2018-03-12 15:19:08 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2018-03-14 17:27:15 (GMT) |
commit | 5a7113d8fb2a6f1290b4533ff46e88a55fc2c656 (patch) | |
tree | 2180d382b160215a73e7a5d46591bbf0c62f2294 /Help/prop_tgt/VS_DEBUGGER_COMMAND.rst | |
parent | b340cacde869102b2b548b2e7ebc7341334f1d58 (diff) | |
download | CMake-5a7113d8fb2a6f1290b4533ff46e88a55fc2c656.zip CMake-5a7113d8fb2a6f1290b4533ff46e88a55fc2c656.tar.gz CMake-5a7113d8fb2a6f1290b4533ff46e88a55fc2c656.tar.bz2 |
VS: Add target property VS_DEBUGGER_COMMAND
Fixes: #17819
Diffstat (limited to 'Help/prop_tgt/VS_DEBUGGER_COMMAND.rst')
-rw-r--r-- | Help/prop_tgt/VS_DEBUGGER_COMMAND.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Help/prop_tgt/VS_DEBUGGER_COMMAND.rst b/Help/prop_tgt/VS_DEBUGGER_COMMAND.rst new file mode 100644 index 0000000..f898750 --- /dev/null +++ b/Help/prop_tgt/VS_DEBUGGER_COMMAND.rst @@ -0,0 +1,9 @@ +VS_DEBUGGER_COMMAND +------------------- + +Sets the local debugger command for Visual Studio C++ targets. +This is defined in ``<LocalDebuggerCommand>`` in the Visual Studio +project file. + +This property only works for Visual Studio 2010 and above; +it is ignored on other generators. |