diff options
author | Brad King <brad.king@kitware.com> | 2019-05-31 13:03:25 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2019-05-31 13:04:47 (GMT) |
commit | 82fec3784b8b89bd98ddf2c7462bfab11e6cbca4 (patch) | |
tree | 1f2ddeb4fa9cdd1778854dae353dcc84e41d594f /Source/cmVisualStudio10TargetGenerator.h | |
parent | 0d025f75c14c0f5a7b7199a0712c958f5703c24e (diff) | |
parent | 42bc67bd43ca67c98dc33f8cb8e2f4ee3884697f (diff) | |
download | CMake-82fec3784b8b89bd98ddf2c7462bfab11e6cbca4.zip CMake-82fec3784b8b89bd98ddf2c7462bfab11e6cbca4.tar.gz CMake-82fec3784b8b89bd98ddf2c7462bfab11e6cbca4.tar.bz2 |
Merge topic 'vs-depends-dedup'
42bc67bd43 VS: De-duplicate custom command dependencies
d03a6fc857 VS: Clarify name of custom commands AdditionalInputs variable
fcedf8e552 VS: Isolate custom command input/output generation scopes
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !3388
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 1dea8e9..b83950c 100644 --- a/Source/cmVisualStudio10TargetGenerator.h +++ b/Source/cmVisualStudio10TargetGenerator.h @@ -136,7 +136,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, |