summaryrefslogtreecommitdiff
path: root/Source/cmVisualStudio10TargetGenerator.h
diff options
context:
space:
mode:
authorFrans van Dorsselaer <frans.vandorsselaer@foxcrypto.com>2019-05-28 15:53:13 +0200
committerBrad King <brad.king@kitware.com>2019-05-30 13:57:03 -0400
commitd03a6fc8578ac2b4191a74c8638d58b7f92ec6f1 (patch)
treedb9f9466e07c6702ec35d333a6ed10ef505701be /Source/cmVisualStudio10TargetGenerator.h
parentfcedf8e5528d711f1e4b765809da018d5adb2abd (diff)
downloadcmake-d03a6fc8578ac2b4191a74c8638d58b7f92ec6f1.tar.gz
VS: Clarify name of custom commands AdditionalInputs variable
Diffstat (limited to 'Source/cmVisualStudio10TargetGenerator.h')
-rw-r--r--Source/cmVisualStudio10TargetGenerator.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmVisualStudio10TargetGenerator.h b/Source/cmVisualStudio10TargetGenerator.h
index 590100496d..68db332e15 100644
--- a/Source/cmVisualStudio10TargetGenerator.h
+++ b/Source/cmVisualStudio10TargetGenerator.h
@@ -135,7 +135,8 @@ private:
void WriteCustomRule(Elem& e0, cmSourceFile const* source,
cmCustomCommand const& command);
void WriteCustomRuleCpp(Elem& e2, std::string const& config,
- std::string const& script, std::string const& inputs,
+ std::string const& script,
+ std::string const& additional_inputs,
std::string const& outputs,
std::string const& comment);
void WriteCustomRuleCSharp(Elem& e0, std::string const& config,