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 f7f2bf4..8e1db98 100644 --- a/Source/cmMakefile.h +++ b/Source/cmMakefile.h @@ -62,6 +62,11 @@ class cmMakefile { public: /** + * Return a string version number for CMake + */ + static const char *GetVersion() {return "0.1";} + + /** * Construct an empty makefile. */ cmMakefile(); |