| 4704 | } |
| 4705 | |
| 4706 | std::string cmLocalGenerator::ComputeShortTargetDirectory( |
| 4707 | cmGeneratorTarget const* target) const |
| 4708 | { |
| 4709 | auto const& tgtName = target->GetName(); |
| 4710 | return this->GetGlobalGenerator()->ComputeTargetShortName( |
| 4711 | this->GetCurrentBinaryDirectory(), tgtName); |
| 4712 | } |
| 4713 | |
| 4714 | std::string cmLocalGenerator::GetSourceFileLanguage(cmSourceFile const& source) |
| 4715 | { |
no test coverage detected