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

Method DetectOutput

Source/cmFastbuildTargetGenerator.cxx:743–749  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

741}
742
743cmGeneratorTarget::Names cmFastbuildTargetGenerator::DetectOutput() const
744{
745 if (GeneratorTarget->GetType() == cmStateEnums::EXECUTABLE) {
746 return GeneratorTarget->GetExecutableNames(Config);
747 }
748 return GeneratorTarget->GetLibraryNames(Config);
749}
750
751void cmFastbuildTargetGenerator::AddObjectDependencies(
752 FastbuildTarget& fastbuildTarget,

Callers

nothing calls this directly

Calls 3

GetExecutableNamesMethod · 0.80
GetLibraryNamesMethod · 0.80
GetTypeMethod · 0.45

Tested by

no test coverage detected