summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalUnixMakefileGenerator3.h
diff options
context:
space:
mode:
authorMarc Chevrier <marc.chevrier@gmail.com>2020-11-23 11:14:17 (GMT)
committerMarc Chevrier <marc.chevrier@gmail.com>2020-11-28 15:02:58 (GMT)
commitafd0f6785dc1220a07743d31699fcd9097cca46a (patch)
tree3e0f199890677e0a1157ba88421052d946b3bed7 /Source/cmGlobalUnixMakefileGenerator3.h
parentb6068ce407e541b13fc0484bc6b84e896c9913e8 (diff)
downloadCMake-afd0f6785dc1220a07743d31699fcd9097cca46a.zip
CMake-afd0f6785dc1220a07743d31699fcd9097cca46a.tar.gz
CMake-afd0f6785dc1220a07743d31699fcd9097cca46a.tar.bz2
Refactoring: Abstract Makefile line continuation format
Diffstat (limited to 'Source/cmGlobalUnixMakefileGenerator3.h')
-rw-r--r--Source/cmGlobalUnixMakefileGenerator3.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmGlobalUnixMakefileGenerator3.h b/Source/cmGlobalUnixMakefileGenerator3.h
index 77d0827..5d12831 100644
--- a/Source/cmGlobalUnixMakefileGenerator3.h
+++ b/Source/cmGlobalUnixMakefileGenerator3.h
@@ -170,6 +170,7 @@ public:
void ComputeTargetObjectDirectory(cmGeneratorTarget* gt) const override;
std::string IncludeDirective;
+ std::string LineContinueDirective;
bool DefineWindowsNULL;
bool PassMakeflags;
bool UnixCD;