MSVC: Add support for /JMC (Just My Code)

This commit is contained in:
Luca Cappa
2019-03-19 13:52:53 -07:00
committed by Brad King
parent fa077acba5
commit 2a9ff9703e
13 changed files with 137 additions and 1 deletions

View File

@@ -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.