diff options
author | Ken Martin <ken.martin@kitware.com> | 2001-05-18 15:12:21 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2001-05-18 15:12:21 (GMT) |
commit | 16fc8d78f18a567e9f9b23605caa25865f5b30d6 (patch) | |
tree | 89fc5e950dd36d8cee6b95d9fbfbb5024b9e1d16 /Source/cmUnixMakefileGenerator.h | |
parent | 06429282f5072df67016b914a53aedc8406178d5 (diff) | |
download | CMake-16fc8d78f18a567e9f9b23605caa25865f5b30d6.zip CMake-16fc8d78f18a567e9f9b23605caa25865f5b30d6.tar.gz CMake-16fc8d78f18a567e9f9b23605caa25865f5b30d6.tar.bz2 |
added SetLocal method
Diffstat (limited to 'Source/cmUnixMakefileGenerator.h')
-rw-r--r-- | Source/cmUnixMakefileGenerator.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Source/cmUnixMakefileGenerator.h b/Source/cmUnixMakefileGenerator.h index 0188d8a..8199017 100644 --- a/Source/cmUnixMakefileGenerator.h +++ b/Source/cmUnixMakefileGenerator.h @@ -55,7 +55,10 @@ class cmUnixMakefileGenerator : public cmMakefileGenerator public: ///! Set cache only and recurse to false by default. cmUnixMakefileGenerator(); - + + //! just sets the Cache Only and Recurse flags + virtual void SetLocal(bool local); + /** * If cache only is on. * and only stub makefiles are generated, and no depends, for speed. |