mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
VS: Add Elem::Content() helper and usage demo
This commit is contained in:
committed by
Brad King
parent
1f29777798
commit
dfff12c808
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user