diff options
Diffstat (limited to 'Source/cmTryRunCommand.h')
-rw-r--r-- | Source/cmTryRunCommand.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmTryRunCommand.h b/Source/cmTryRunCommand.h index 070c63c..d45acd8 100644 --- a/Source/cmTryRunCommand.h +++ b/Source/cmTryRunCommand.h @@ -49,4 +49,5 @@ private: std::string OutputVariable; std::string RunOutputVariable; std::string CompileOutputVariable; + std::string WorkingDirectory; }; |