diff options
author | Vitaly Stakhovsky <vvs31415@gitlab.org> | 2018-04-24 22:46:56 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2018-04-26 12:35:43 (GMT) |
commit | dfff12c808e969b18a8fc642786a77f9fd4feb3e (patch) | |
tree | cd5fba18ec96fa404319c7d78751736c479944af /Source/cmVisualStudio10TargetGenerator.h | |
parent | 1f29777798895d1e190b56ab439b429770c2daec (diff) | |
download | CMake-dfff12c808e969b18a8fc642786a77f9fd4feb3e.zip CMake-dfff12c808e969b18a8fc642786a77f9fd4feb3e.tar.gz CMake-dfff12c808e969b18a8fc642786a77f9fd4feb3e.tar.bz2 |
VS: Add Elem::Content() helper and usage demo
Diffstat (limited to 'Source/cmVisualStudio10TargetGenerator.h')
-rw-r--r-- | Source/cmVisualStudio10TargetGenerator.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmVisualStudio10TargetGenerator.h b/Source/cmVisualStudio10TargetGenerator.h index 02939ac..7fce66a 100644 --- a/Source/cmVisualStudio10TargetGenerator.h +++ b/Source/cmVisualStudio10TargetGenerator.h @@ -132,8 +132,8 @@ private: void OutputLinkIncremental(std::string const& configName); void WriteCustomRule(cmSourceFile const* source, cmCustomCommand const& command); - void WriteCustomRuleCpp(std::string const& config, std::string const& script, - std::string const& inputs, + void WriteCustomRuleCpp(Elem& e2, std::string const& config, + std::string const& script, std::string const& inputs, std::string const& outputs, std::string const& comment); void WriteCustomRuleCSharp(std::string const& config, |