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

Method FindGeneratorTarget

Source/cmGlobalGenerator.cxx:2803–2811  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2801}
2802
2803cmGeneratorTarget* cmGlobalGenerator::FindGeneratorTarget(
2804 std::string const& name) const
2805{
2806 auto const ai = this->AliasTargets.find(name);
2807 if (ai != this->AliasTargets.end()) {
2808 return this->FindGeneratorTargetImpl(ai->second);
2809 }
2810 return this->FindGeneratorTargetImpl(name);
2811}
2812
2813bool cmGlobalGenerator::NameResolvesToFramework(
2814 std::string const& libname) const

Callers 8

AddEmbeddedObjectsMethod · 0.80
ComputeMethod · 0.80
ComputeMethod · 0.80
FindPackageMethod · 0.80
GetPchReuseTargetMethod · 0.80
ComputeMethod · 0.80
ComputeMethod · 0.80

Calls 3

findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected