diff options
Diffstat (limited to 'Source/cmake.h')
-rw-r--r-- | Source/cmake.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmake.h b/Source/cmake.h index dc79604..ccca7bd 100644 --- a/Source/cmake.h +++ b/Source/cmake.h @@ -261,6 +261,7 @@ class cmake ///! Get the list of files written by CMake using FILE(WRITE / WRITE_FILE void AddWrittenFile(const char* file); bool HasWrittenFile(const char* file); + void CleanupWrittenFiles(); protected: typedef cmGlobalGenerator* (*CreateGeneratorFunctionType)(); |