summaryrefslogtreecommitdiffstats
path: root/Help/release/dev
diff options
context:
space:
mode:
authorNils Gladitz <nilsgladitz@gmail.com>2019-01-11 20:29:58 (GMT)
committerBrad King <brad.king@kitware.com>2019-01-16 15:21:01 (GMT)
commit22b43b0009f37c41b310dd26a4ecb00361975aaa (patch)
tree409f07a4b849e58793396123deeeb683fb52650b /Help/release/dev
parentc59eae7ebc5423c2b06befd762f8639b0f23b7a0 (diff)
downloadCMake-22b43b0009f37c41b310dd26a4ecb00361975aaa.zip
CMake-22b43b0009f37c41b310dd26a4ecb00361975aaa.tar.gz
CMake-22b43b0009f37c41b310dd26a4ecb00361975aaa.tar.bz2
VS: Add support for VS_DEBUGGER_* properties on custom targets
Visual studio itself supports the corresponding `LocalDebugger*` properties on utility targets; support generating them from CMake as well.
Diffstat (limited to 'Help/release/dev')
-rw-r--r--Help/release/dev/vs-debug-utility-targets.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/Help/release/dev/vs-debug-utility-targets.rst b/Help/release/dev/vs-debug-utility-targets.rst
new file mode 100644
index 0000000..02e5262
--- /dev/null
+++ b/Help/release/dev/vs-debug-utility-targets.rst
@@ -0,0 +1,6 @@
+vs-debug-utility-targets
+------------------------
+
+* :ref:`Visual Studio Generators` for VS 2010 and above learned
+ to support the ``VS_DEBUGGER_*`` properties on targets created
+ via :command:`add_custom_target`.