diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2000-09-21 17:45:08 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2000-09-21 17:45:08 (GMT) |
commit | 1e3ba0f1d72873233193ce69614fd4bd880e8fc5 (patch) | |
tree | da0313b2bf9af52e9b17f639d78a940788c30a2a /Source/cmMakefile.h | |
parent | 749b7ff7a3556934f4a7d6ead0f9a4d3ade7fad0 (diff) | |
download | CMake-1e3ba0f1d72873233193ce69614fd4bd880e8fc5.zip CMake-1e3ba0f1d72873233193ce69614fd4bd880e8fc5.tar.gz CMake-1e3ba0f1d72873233193ce69614fd4bd880e8fc5.tar.bz2 |
ENH: clean up code, and varible names
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 |