summaryrefslogtreecommitdiff
path: root/Help/prop_tgt
diff options
context:
space:
mode:
authorHannes Mezger <hannes.mezger@ascolab.com>2018-03-12 16:19:08 +0100
committerBrad King <brad.king@kitware.com>2018-03-14 13:27:15 -0400
commit5a7113d8fb2a6f1290b4533ff46e88a55fc2c656 (patch)
tree2180d382b160215a73e7a5d46591bbf0c62f2294 /Help/prop_tgt
parentb340cacde869102b2b548b2e7ebc7341334f1d58 (diff)
downloadcmake-5a7113d8fb2a6f1290b4533ff46e88a55fc2c656.tar.gz
VS: Add target property VS_DEBUGGER_COMMAND
Fixes: #17819
Diffstat (limited to 'Help/prop_tgt')
-rw-r--r--Help/prop_tgt/VS_DEBUGGER_COMMAND.rst9
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 0000000000..f89875093f
--- /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.