diff options
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. |