diff options
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r-- | Source/cmMakefile.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h index 094fee9..942858e 100644 --- a/Source/cmMakefile.h +++ b/Source/cmMakefile.h @@ -195,7 +195,8 @@ public: const char* workingDirectory, const std::vector<std::string>& depends, const cmCustomCommandLines& commandLines, - bool escapeOldStyle = true); + bool escapeOldStyle = true, + const char* comment = 0); /** * Add a link library to the build. |