diff options
Diffstat (limited to 'Source/cmake.h')
-rw-r--r-- | Source/cmake.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmake.h b/Source/cmake.h index e74b885..8c4eaaf 100644 --- a/Source/cmake.h +++ b/Source/cmake.h @@ -311,6 +311,8 @@ protected: //! Make sure all commands are what they say they are and there is no macros. void CleanupCommandsAndMacros(); + + void GenerateGraphViz(const char* fileName); cmVariableWatch* m_VariableWatch; @@ -329,6 +331,7 @@ private: bool m_ClearBuildSystem; bool m_DebugTryCompile; cmFileTimeComparison* m_FileComparison; + std::string m_GraphVizFile; void UpdateConversionPathTable(); }; |