changes for cmake to live outside of the source tree

This commit is contained in:
Ken Martin
2001-05-18 15:20:31 -04:00
parent cb0af952cf
commit 7ec7fb7e95
5 changed files with 49 additions and 8 deletions
+6
View File
@@ -98,6 +98,12 @@ public:
cmDSPMakefile* GetDSPMakefile()
{return m_DSPMakefile;}
/**
* Try to determine system infomation such as shared library
* extension, pthreads, byte order etc.
*/
virtual void ComputeSystemInfo();
private:
cmDSWMakefile* m_DSWMakefile;
cmDSPMakefile* m_DSPMakefile;