summaryrefslogtreecommitdiff
path: root/Source/cmGlobalUnixMakefileGenerator3.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-05-16 05:18:39 +0200
committerStephen Kelly <steveire@gmail.com>2015-05-16 05:20:12 +0200
commite9b134b95ddc832979b2cf78aff68643139e5006 (patch)
tree5c594fa6e30f8c1e094214c8c73da7386a657d6c /Source/cmGlobalUnixMakefileGenerator3.h
parent24613d8b45b4f76e9227e9dec4dcd19ae9cfdfb5 (diff)
downloadcmake-e9b134b95ddc832979b2cf78aff68643139e5006.tar.gz
cmGlobalUnixMakefileGenerator3: Host the include directive.
There is no sense in copying this to each cmLocalGenerator.
Diffstat (limited to 'Source/cmGlobalUnixMakefileGenerator3.h')
-rw-r--r--Source/cmGlobalUnixMakefileGenerator3.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmGlobalUnixMakefileGenerator3.h b/Source/cmGlobalUnixMakefileGenerator3.h
index 165a3c8b27..950a4469b5 100644
--- a/Source/cmGlobalUnixMakefileGenerator3.h
+++ b/Source/cmGlobalUnixMakefileGenerator3.h
@@ -132,6 +132,8 @@ public:
virtual bool AllowDeleteOnError() const { return true; }
virtual void ComputeTargetObjectDirectory(cmGeneratorTarget* gt) const;
+
+ std::string IncludeDirective;
protected:
void WriteMainMakefile2();
void WriteMainCMakefile();