summaryrefslogtreecommitdiffstats
path: root/Help/prop_tgt
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2018-03-19 12:26:18 (GMT)
committerKitware Robot <kwrobot@kitware.com>2018-03-19 12:26:33 (GMT)
commit60299bc6f057da13230551a56bf35a9c9825c036 (patch)
tree3aa39ccef64480c3450e0dd9144497b951ffedd6 /Help/prop_tgt
parent360886b18009b61f1e5aa29fcab6eeb520e26e83 (diff)
parent5a7113d8fb2a6f1290b4533ff46e88a55fc2c656 (diff)
downloadCMake-60299bc6f057da13230551a56bf35a9c9825c036.zip
CMake-60299bc6f057da13230551a56bf35a9c9825c036.tar.gz
CMake-60299bc6f057da13230551a56bf35a9c9825c036.tar.bz2
Merge topic 'vs-debugger-command'
5a7113d8fb VS: Add target property VS_DEBUGGER_COMMAND Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1842
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 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.