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

Method ComputeTargetBuildOrder

Source/cmGlobalGhsMultiGenerator.cxx:594–599  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

592}
593
594bool cmGlobalGhsMultiGenerator::ComputeTargetBuildOrder(
595 cmGeneratorTarget const* tgt, std::vector<cmGeneratorTarget const*>& build)
596{
597 std::vector<cmGeneratorTarget const*> t{ tgt };
598 return this->ComputeTargetBuildOrder(t, build);
599}
600
601bool cmGlobalGhsMultiGenerator::ComputeTargetBuildOrder(
602 std::vector<cmGeneratorTarget const*>& tgt,

Callers 1

WriteTargetsMethod · 0.95

Calls 1

VisitTargetMethod · 0.95

Tested by

no test coverage detected