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

Function EvaluateDepfile

Source/cmCustomCommandGenerator.cxx:145–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143}
144
145std::string EvaluateDepfile(std::string const& path,
146 cmGeneratorExpression const& ge,
147 cmLocalGenerator* lg, std::string const& config)
148{
149 std::unique_ptr<cmCompiledGeneratorExpression> cge = ge.Parse(path);
150 return cge->Evaluate(lg, config);
151}
152
153std::string EvaluateComment(char const* comment,
154 cmGeneratorExpression const& ge,

Callers 1

GetDepfileMethod · 0.85

Calls 2

ParseMethod · 0.45
EvaluateMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…