summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r--Source/cmMakefile.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h
index 172ab7a..7751a03 100644
--- a/Source/cmMakefile.h
+++ b/Source/cmMakefile.h
@@ -539,6 +539,11 @@ public:
void AddCMakeDependFile(const char* file)
{ this->ListFiles.push_back(file);}
+ /**
+ * Get the list file stack as a string
+ */
+ std::string GetListFileStack();
+
/**
* Get the vector of files created by this makefile
*/