summaryrefslogtreecommitdiffstats
path: root/Source/cmVisualStudio10TargetGenerator.h
diff options
context:
space:
mode:
authorMichael Stürmer <michael.stuermer@schaeffler.com>2017-06-15 12:30:29 (GMT)
committerMichael Stürmer <michael.stuermer@schaeffler.com>2017-06-22 14:52:37 (GMT)
commit0a8f469af921d64431ed237022a02d39cac3ebb5 (patch)
treeaf41fc54e8380cca31cb8c3ce0d9eef735c7fc0a /Source/cmVisualStudio10TargetGenerator.h
parent54d42ce7287290b1742c5b7326039ee46dd22cfb (diff)
downloadCMake-0a8f469af921d64431ed237022a02d39cac3ebb5.zip
CMake-0a8f469af921d64431ed237022a02d39cac3ebb5.tar.gz
CMake-0a8f469af921d64431ed237022a02d39cac3ebb5.tar.bz2
Vs: refactor WriteCustomRule for preparation of CSharp support
Diffstat (limited to 'Source/cmVisualStudio10TargetGenerator.h')
-rw-r--r--Source/cmVisualStudio10TargetGenerator.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/cmVisualStudio10TargetGenerator.h b/Source/cmVisualStudio10TargetGenerator.h
index 0852459..007c6fa 100644
--- a/Source/cmVisualStudio10TargetGenerator.h
+++ b/Source/cmVisualStudio10TargetGenerator.h
@@ -127,6 +127,10 @@ 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,
+ std::string const& outputs,
+ std::string const& comment);
void WriteCustomCommands();
void WriteCustomCommand(cmSourceFile const* sf);
void WriteGroups();