diff options
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r-- | Source/cmMakefile.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h index a4492d8..d796d96 100644 --- a/Source/cmMakefile.h +++ b/Source/cmMakefile.h @@ -496,6 +496,7 @@ public: * returns false if no entry defined. */ bool IsOn(const char* name) const; + bool IsSet(const char* name) const; /** * Get a list of preprocessor define flags. |