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

Method GetDepfile

Source/cmCustomCommandGenerator.cxx:427–437  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

425}
426
427std::string cmCustomCommandGenerator::GetDepfile() const
428{
429 auto const& depfile = this->CC->GetDepfile();
430 if (depfile.empty()) {
431 return "";
432 }
433
434 cmGeneratorExpression ge(*this->LG->GetCMakeInstance(),
435 this->CC->GetBacktrace());
436 return EvaluateDepfile(depfile, ge, this->LG, this->OutputConfig);
437}
438
439std::string cmCustomCommandGenerator::GetFullDepfile() const
440{

Callers 6

GetFullDepfileMethod · 0.95
WriteCommonCodeRulesMethod · 0.80

Calls 4

EvaluateDepfileFunction · 0.85
emptyMethod · 0.45
GetCMakeInstanceMethod · 0.45
GetBacktraceMethod · 0.45

Tested by

no test coverage detected