diff options
Diffstat (limited to 'Source/cmMakefileGenerator.h')
-rw-r--r-- | Source/cmMakefileGenerator.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Source/cmMakefileGenerator.h b/Source/cmMakefileGenerator.h index 72832b2..a44e62b 100644 --- a/Source/cmMakefileGenerator.h +++ b/Source/cmMakefileGenerator.h @@ -76,6 +76,12 @@ public: */ virtual void SetLocal(bool ) {}; + /** + * Try to determine system infomation such as shared library + * extension, pthreads, byte order etc. + */ + virtual void ComputeSystemInfo() = 0; + protected: cmMakefile* m_Makefile; }; |