diff options
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r-- | Source/cmMakefile.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h index ea9eb17..485d9e2 100644 --- a/Source/cmMakefile.h +++ b/Source/cmMakefile.h @@ -588,6 +588,9 @@ public: bool IsOn(const char* name) const; bool IsSet(const char* name) const; + /** Return whether the target platform is 64-bit. */ + bool PlatformIs64Bit() const; + /** * Get a list of preprocessor define flags. */ |