summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.h
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-06-22 19:31:19 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-06-22 19:31:19 (GMT)
commit99f4edb4e40501625788c5c1e2db1bb3bbe5c3ba (patch)
tree27d0499efdc62958402336f2133e51969e5d7206 /Source/cmMakefile.h
parent847c3a58494665dd47fe57a027df00ad7d16159d (diff)
downloadCMake-99f4edb4e40501625788c5c1e2db1bb3bbe5c3ba.zip
CMake-99f4edb4e40501625788c5c1e2db1bb3bbe5c3ba.tar.gz
CMake-99f4edb4e40501625788c5c1e2db1bb3bbe5c3ba.tar.bz2
ENH: DIsplay the list file stack when displaying errors
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r--Source/cmMakefile.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h
index 172ab7a..b502c4d 100644
--- a/Source/cmMakefile.h
+++ b/Source/cmMakefile.h
@@ -538,7 +538,12 @@ public:
///! When the file changes cmake will be re-run from the build system.
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
*/