Add generator-agnostic DEBUGGER_WORKING_DIRECTORY target property

Generalize the `VS_DEBUGGER_WORKING_DIRECTORY` property.

Issue: #16478
This commit is contained in:
Garrett Campbell
2024-12-05 14:32:07 -05:00
committed by Brad King
parent 200efab4d4
commit 9ed178f9d8
12 changed files with 57 additions and 2 deletions

View File

@@ -0,0 +1,8 @@
CMAKE_DEBUGGER_WORKING_DIRECTORY
--------------------------------
.. versionadded:: 3.32
This variable is used to initialize the :prop_tgt:`DEBUGGER_WORKING_DIRECTORY`
property on each target as it is created. See that target property
for additional information.