mirror of
https://github.com/reactos/CMake.git
synced 2025-02-20 11:52:04 +00:00
ENH: Added convenience signature to OutputMakeRule.
This commit is contained in:
parent
3cdde61776
commit
773de6e55d
@ -164,6 +164,12 @@ protected:
|
||||
const char* depends,
|
||||
const std::vector<std::string>& commands);
|
||||
|
||||
virtual void OutputMakeRule(std::ostream&,
|
||||
const char* comment,
|
||||
const char* target,
|
||||
const std::vector<std::string>& depends,
|
||||
const char* command);
|
||||
|
||||
virtual void OutputMakeRule(std::ostream&,
|
||||
const char* comment,
|
||||
const char* target,
|
||||
|
Loading…
x
Reference in New Issue
Block a user