VS_DEBUGGER_WORKING_DIRECTORY.rst 584 B

123456789101112131415
  1. VS_DEBUGGER_WORKING_DIRECTORY
  2. -----------------------------
  3. .. versionadded:: 3.8
  4. Sets the local debugger working directory for Visual Studio C++ targets.
  5. The property value may use
  6. :manual:`generator expressions <cmake-generator-expressions(7)>`.
  7. This is defined in ``<LocalDebuggerWorkingDirectory>`` in the Visual Studio
  8. project file. This property is initialized by the value of the variable
  9. :variable:`CMAKE_VS_DEBUGGER_WORKING_DIRECTORY` if it is set when a target is
  10. created.
  11. This property only works for Visual Studio 12 2013 and above;
  12. it is ignored on other generators.