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

Method SetDepfile

Source/cmCustomCommand.cxx:192–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

190}
191
192void cmCustomCommand::SetDepfile(std::string const& depfile)
193{
194 this->Depfile = depfile;
195}
196
197std::string const& cmCustomCommand::GetJobPool() const
198{

Callers 2

InitAutogenTargetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected