mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-29 10:39:28 -05:00
Xcode: Use DEBUGGER_WORKING_DIRECTORY as a fallback for scheme work dir
This also means when XCODE_SCHEME_WORKING_DIRECTORY is set and a Xcode generator is used, that property will be used when writing the debugger field in the file API replies. Fixes: #26909
This commit is contained in:
@@ -132,6 +132,8 @@ public:
|
||||
cmMakefile* mf) override;
|
||||
void AppendFlag(std::string& flags, std::string const& flag) const;
|
||||
|
||||
cmValue GetDebuggerWorkingDirectory(cmGeneratorTarget* gt) const override;
|
||||
|
||||
enum class BuildSystem
|
||||
{
|
||||
One = 1,
|
||||
|
||||
Reference in New Issue
Block a user