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

Method TargetOrderIndexLess

Source/cmGlobalGenerator.cxx:3582–3586  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3580}
3581
3582bool cmGlobalGenerator::TargetOrderIndexLess(cmGeneratorTarget const* l,
3583 cmGeneratorTarget const* r) const
3584{
3585 return this->TargetOrderIndex.at(l) < this->TargetOrderIndex.at(r);
3586}
3587
3588bool cmGlobalGenerator::IsReservedTarget(std::string const& name)
3589{

Calls 1

atMethod · 0.45

Tested by

no test coverage detected