Skip to content

added target property VS_DEBUGGER_WORKING_DIRECTORY

Per default the working directory of the local debugger is always the binary dir where the current target is compiled. This means one does always have to set the working directory manually if CMAKE_RUNTIME_OUTPUT_DIRECTORY is used as common directory where all binaries are compiled to.

The target property VS_DEBUGGER_WORKING_DIRECTORY allows setting the working directory for every target individually.

Merge request reports