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

Method AppendImplicitDepends

Source/cmCustomCommand.cxx:142–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140}
141
142void cmCustomCommand::AppendImplicitDepends(cmImplicitDependsList const& l)
143{
144 cm::append(this->ImplicitDepends, l);
145}
146
147bool cmCustomCommand::GetUsesTerminal() const
148{

Callers 1

Calls 1

appendFunction · 0.85

Tested by

no test coverage detected