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

Method OrderDependsTargetForTargetPrivate

Source/cmNinjaTargetGenerator.cxx:176–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174}
175
176std::string cmNinjaTargetGenerator::OrderDependsTargetForTargetPrivate(
177 std::string const& config)
178{
179 return this->GetGlobalGenerator()->OrderDependsTargetForTargetPrivate(
180 this->GeneratorTarget, config);
181}
182
183// TODO: Most of the code is picked up from
184// void cmMakefileExecutableTargetGenerator::WriteExecutableRule(bool relink),

Callers 2

Calls 1

GetGlobalGeneratorMethod · 0.95

Tested by

no test coverage detected