|
|
@@ -193,6 +193,14 @@ public:
|
|
|
std::string const& GetHomeOutputDirectory() const;
|
|
|
//@}
|
|
|
|
|
|
+ /**
|
|
|
+ * Working directory at CMake launch
|
|
|
+ */
|
|
|
+ std::string const& GetCMakeWorkingDirectory() const
|
|
|
+ {
|
|
|
+ return this->CMakeWorkingDirectory;
|
|
|
+ }
|
|
|
+
|
|
|
/**
|
|
|
* Handle a command line invocation of cmake.
|
|
|
*/
|
|
|
@@ -628,6 +636,7 @@ protected:
|
|
|
void GenerateGraphViz(const std::string& fileName) const;
|
|
|
|
|
|
private:
|
|
|
+ std::string CMakeWorkingDirectory;
|
|
|
ProgressCallbackType ProgressCallback;
|
|
|
WorkingMode CurrentWorkingMode = NORMAL_MODE;
|
|
|
bool DebugOutput = false;
|