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

Method EvaluatingLinkExpression

Source/cmGeneratorExpressionDAGChecker.cxx:171–178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169}
170
171bool cmGeneratorExpressionDAGChecker::EvaluatingLinkExpression() const
172{
173 cm::string_view property(this->Top->Property);
174
175 return property == "LINK_DIRECTORIES"_s || property == "LINK_OPTIONS"_s ||
176 property == "LINK_DEPENDS"_s || property == "LINK_LIBRARY_OVERRIDE"_s ||
177 property == "LINKER_TYPE"_s;
178}
179
180bool cmGeneratorExpressionDAGChecker::EvaluatingLinkOptionsExpression() const
181{

Callers 2

EvaluateMethod · 0.80
EvaluateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected