summaryrefslogtreecommitdiffstats
path: root/Help/variable
diff options
context:
space:
mode:
authorLuca Cappa <lucappa@microsoft.com>2019-03-19 20:52:53 (GMT)
committerBrad King <brad.king@kitware.com>2019-05-14 17:27:18 (GMT)
commit2a9ff9703e20172ca14b6c872b300d0dbb75f5da (patch)
tree62541895769c282e435393895121f8573d2cdc06 /Help/variable
parentfa077acba51393030586aa50f5eff9d6034c5c11 (diff)
downloadCMake-2a9ff9703e20172ca14b6c872b300d0dbb75f5da.zip
CMake-2a9ff9703e20172ca14b6c872b300d0dbb75f5da.tar.gz
CMake-2a9ff9703e20172ca14b6c872b300d0dbb75f5da.tar.bz2
MSVC: Add support for /JMC (Just My Code)
Diffstat (limited to 'Help/variable')
-rw-r--r--Help/variable/CMAKE_VS_JUST_MY_CODE_DEBUGGING.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/Help/variable/CMAKE_VS_JUST_MY_CODE_DEBUGGING.rst b/Help/variable/CMAKE_VS_JUST_MY_CODE_DEBUGGING.rst
new file mode 100644
index 0000000..546cdf4
--- /dev/null
+++ b/Help/variable/CMAKE_VS_JUST_MY_CODE_DEBUGGING.rst
@@ -0,0 +1,8 @@
+CMAKE_VS_JUST_MY_CODE_DEBUGGING
+-------------------------------
+
+Enable Just My Code with Visual Studio debugger.
+
+This variable is used to initialize the :prop_tgt:`VS_JUST_MY_CODE_DEBUGGING`
+property on all targets when they are created. See that target property for
+additional information.