diff options
author | Frans van Dorsselaer <frans.vandorsselaer@foxcrypto.com> | 2019-05-28 13:53:13 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2019-05-30 17:57:03 (GMT) |
commit | d03a6fc8578ac2b4191a74c8638d58b7f92ec6f1 (patch) | |
tree | db9f9466e07c6702ec35d333a6ed10ef505701be /Source/cmVisualStudio10TargetGenerator.h | |
parent | fcedf8e5528d711f1e4b765809da018d5adb2abd (diff) | |
download | CMake-d03a6fc8578ac2b4191a74c8638d58b7f92ec6f1.zip CMake-d03a6fc8578ac2b4191a74c8638d58b7f92ec6f1.tar.gz CMake-d03a6fc8578ac2b4191a74c8638d58b7f92ec6f1.tar.bz2 |
VS: Clarify name of custom commands AdditionalInputs variable
Diffstat (limited to 'Source/cmVisualStudio10TargetGenerator.h')
-rw-r--r-- | Source/cmVisualStudio10TargetGenerator.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmVisualStudio10TargetGenerator.h b/Source/cmVisualStudio10TargetGenerator.h index 5901004..68db332 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, |