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

Method EvaluatingLinkOptionsExpression

Source/cmGeneratorExpressionDAGChecker.cxx:180–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178}
179
180bool cmGeneratorExpressionDAGChecker::EvaluatingLinkOptionsExpression() const
181{
182 cm::string_view property(this->Top->Property);
183
184 return property == "LINK_OPTIONS"_s || property == "LINKER_TYPE"_s;
185}
186
187bool cmGeneratorExpressionDAGChecker::EvaluatingLinkerLauncher() const
188{

Callers 2

EvaluateMethod · 0.80
EvaluateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected