mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 21:59:54 -06:00
16 lines
532 B
ReStructuredText
16 lines
532 B
ReStructuredText
debugger-working-directory
|
|
--------------------------
|
|
|
|
* The :variable:`CMAKE_DEBUGGER_WORKING_DIRECTORY` was added to
|
|
initialize the corresponding target property.
|
|
|
|
* The :prop_tgt:`DEBUGGER_WORKING_DIRECTORY` target property was added
|
|
to tell generators what debugger working directory should be set for
|
|
the target.
|
|
|
|
* The :manual:`cmake-file-api(7)` "codemodel" version 2 ``version`` field has
|
|
been updated to 2.8.
|
|
|
|
* The :manual:`cmake-file-api(7)` "codemodel" version 2 "target" object gained
|
|
a new "debugger" field.
|