diff options
author | Ken Martin <ken.martin@kitware.com> | 2001-05-18 19:20:31 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2001-05-18 19:20:31 (GMT) |
commit | 7ec7fb7e95a8859c71d8a2345c88b62e81ac3124 (patch) | |
tree | 869504ba3bfd02caef92eec7c14355442bbafde9 /Source/cmUnixMakefileGenerator.h | |
parent | cb0af952cf1ebaa82eb09bb3b63be681e3d2d3ca (diff) | |
download | CMake-7ec7fb7e95a8859c71d8a2345c88b62e81ac3124.zip CMake-7ec7fb7e95a8859c71d8a2345c88b62e81ac3124.tar.gz CMake-7ec7fb7e95a8859c71d8a2345c88b62e81ac3124.tar.bz2 |
changes for cmake to live outside of the source tree
Diffstat (limited to 'Source/cmUnixMakefileGenerator.h')
-rw-r--r-- | Source/cmUnixMakefileGenerator.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Source/cmUnixMakefileGenerator.h b/Source/cmUnixMakefileGenerator.h index 8199017..4082724 100644 --- a/Source/cmUnixMakefileGenerator.h +++ b/Source/cmUnixMakefileGenerator.h @@ -84,6 +84,12 @@ public: */ void OutputObjectDepends(std::ostream&); + /** + * Try to determine system infomation such as shared library + * extension, pthreads, byte order etc. + */ + virtual void ComputeSystemInfo(); + private: void RecursiveGenerateCacheOnly(); void GenerateCacheOnly(); |