diff options
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r-- | Source/cmMakefile.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h index 0e00f92..a3f7ec9 100644 --- a/Source/cmMakefile.h +++ b/Source/cmMakefile.h @@ -494,6 +494,11 @@ public: */ const char* GetDefineFlags() {return this->DefineFlags.c_str();} + + /** + * Make sure CMake can write this file + */ + bool CanIWriteThisFile(const char* fileName); /** * Get the vector of used command instances. |