mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-29 02:19:18 -05:00
changes for cmake to live outside of the source tree
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user