summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalUnixMakefileGenerator3.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmLocalUnixMakefileGenerator3.h')
-rw-r--r--Source/cmLocalUnixMakefileGenerator3.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmLocalUnixMakefileGenerator3.h b/Source/cmLocalUnixMakefileGenerator3.h
index 1f873ce..54d3ddc 100644
--- a/Source/cmLocalUnixMakefileGenerator3.h
+++ b/Source/cmLocalUnixMakefileGenerator3.h
@@ -72,7 +72,8 @@ public:
const char* comment,
const char* target,
const std::vector<std::string>& depends,
- const std::vector<std::string>& commands);
+ const std::vector<std::string>& commands,
+ bool symbolic);
// write the main variables used by the makefiles
void WriteMakeVariables(std::ostream& makefileStream);