MCPcopy Create free account
hub / github.com/Kitware/CMake / AddCustomCommandToOutput

Function AddCustomCommandToOutput

Source/cmLocalGenerator.cxx:5096–5102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5094}
5095
5096cmSourceFile* AddCustomCommandToOutput(cmLocalGenerator& lg,
5097 cmCommandOrigin origin,
5098 std::unique_ptr<cmCustomCommand> cc,
5099 bool replace)
5100{
5101 return AddCustomCommand(lg, origin, std::move(cc), replace);
5102}
5103
5104void AppendCustomCommandToOutput(cmLocalGenerator& lg,
5105 cmListFileBacktrace const& lfbt,

Callers 3

operator()Method · 0.85

Calls 2

AddCustomCommandFunction · 0.85
moveFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…