diff options
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r-- | Source/cmMakefile.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h index 94cb988..3396dd5 100644 --- a/Source/cmMakefile.h +++ b/Source/cmMakefile.h @@ -101,6 +101,7 @@ private: protected: bool m_Executables; std::string m_Prefix; + std::vector<std::string> m_TemplateDirectories; // Template directory name if found in file std::string m_OutputDirectory; // Current output directory for makefile std::string m_OutputHomeDirectory; // Top level output directory std::string m_cmHomeDirectory; // Home directory for source |