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

Method CheckTargetLinkLibraries

Source/cmGlobalGenerator.cxx:347–357  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

345}
346
347void cmGlobalGenerator::CheckTargetLinkLibraries() const
348{
349 for (auto const& generator : this->LocalGenerators) {
350 for (auto const& gt : generator->GetGeneratorTargets()) {
351 gt->CheckLinkLibraries();
352 }
353 for (auto const& gt : generator->GetOwnedImportedGeneratorTargets()) {
354 gt->CheckLinkLibraries();
355 }
356 }
357}
358
359bool cmGlobalGenerator::CheckTargetsForType() const
360{

Callers 1

GenerateMethod · 0.95

Calls 1

CheckLinkLibrariesMethod · 0.80

Tested by

no test coverage detected