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

Method IsComputingLinkLibraries

Source/cmGeneratorExpressionDAGChecker.cxx:196–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194}
195
196bool cmGeneratorExpressionDAGChecker::IsComputingLinkLibraries() const
197{
198 return this->Top->ComputingLinkLibraries_ == ComputingLinkLibraries::Yes;
199}
200
201bool cmGeneratorExpressionDAGChecker::EvaluatingLinkLibraries(
202 cmGeneratorTarget const* tgt, ForGenex genex) const

Callers 1

ComputingLinkLibrariesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected