summaryrefslogtreecommitdiffstats
path: root/Source/cmVisualStudio10TargetGenerator.h
diff options
context:
space:
mode:
authorVitaly Stakhovsky <vvs31415@gitlab.org>2018-04-24 22:46:56 (GMT)
committerBrad King <brad.king@kitware.com>2018-04-26 12:35:43 (GMT)
commitdfff12c808e969b18a8fc642786a77f9fd4feb3e (patch)
treecd5fba18ec96fa404319c7d78751736c479944af /Source/cmVisualStudio10TargetGenerator.h
parent1f29777798895d1e190b56ab439b429770c2daec (diff)
downloadCMake-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.h4
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,