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

Method EvaluatingSources

Source/cmGeneratorExpressionDAGChecker.cxx:165–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163}
164
165bool cmGeneratorExpressionDAGChecker::EvaluatingSources() const
166{
167 return this->Property == "SOURCES"_s ||
168 this->Property == "INTERFACE_SOURCES"_s;
169}
170
171bool cmGeneratorExpressionDAGChecker::EvaluatingLinkExpression() const
172{

Callers 2

EvaluateMethod · 0.80
GetTargetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected