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 604a9ed..ffcbd01 100644 --- a/Source/cmMakefile.h +++ b/Source/cmMakefile.h @@ -145,6 +145,11 @@ public: void AddDefinition(const char* name, const char* value); /** + * Add bool variable definition to the build. + */ + void AddDefinition(const char* name, bool); + + /** * Specify the name of the project for this build. */ void SetProjectName(const char*); |