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

Method OrderDependsTargetForTarget

Source/cmNinjaTargetGenerator.cxx:169–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167}
168
169std::string cmNinjaTargetGenerator::OrderDependsTargetForTarget(
170 std::string const& config)
171{
172 return this->GetGlobalGenerator()->OrderDependsTargetForTarget(
173 this->GeneratorTarget, config);
174}
175
176std::string cmNinjaTargetGenerator::OrderDependsTargetForTargetPrivate(
177 std::string const& config)

Calls 1

GetGlobalGeneratorMethod · 0.95

Tested by

no test coverage detected