Imported Upstream version 3.25.0
[platform/upstream/cmake.git] / Help / prop_tgt / VS_DEBUGGER_ENVIRONMENT.rst
1 VS_DEBUGGER_ENVIRONMENT
2 -----------------------
3
4 .. versionadded:: 3.13
5
6 Sets the local debugger environment for Visual Studio C++ targets.
7 The property value may use
8 :manual:`generator expressions <cmake-generator-expressions(7)>`.
9 This is defined in ``<LocalDebuggerEnvironment>`` in the Visual Studio
10 project file.
11
12 This property only works for Visual Studio 11 2012 and above;
13 it is ignored on other generators.