summaryrefslogtreecommitdiffstats
path: root/Source/cmMSDotNETGenerator.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmMSDotNETGenerator.h')
-rw-r--r--Source/cmMSDotNETGenerator.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmMSDotNETGenerator.h b/Source/cmMSDotNETGenerator.h
index 0c4650d..8b8a652 100644
--- a/Source/cmMSDotNETGenerator.h
+++ b/Source/cmMSDotNETGenerator.h
@@ -110,7 +110,8 @@ private:
const char* source,
const char* command,
const std::set<std::string>& depends,
- const std::set<std::string>& outputs);
+ const std::set<std::string>& outputs,
+ const char* extraFlags);
void OutputTargetRules(std::ostream& fout,
const cmTarget &target,