diff options
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r-- | Source/cmMakefile.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h index c1a6980..ff16c9d 100644 --- a/Source/cmMakefile.h +++ b/Source/cmMakefile.h @@ -306,6 +306,13 @@ public: */ int DumpDocumentationToFile(const char *fileName); + /** + * Expand all defined varibles in the string. + * Defined varibles come from the m_Definitions map. + * They are expanded with ${var} where var is the + * entry in the m_Definitions map. + */ + void ExpandVariblesInString(std::string& source); protected: bool m_Executables; std::string m_Prefix; |