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

Method ComputeShortTargetDirectory

Source/cmLocalGenerator.cxx:4706–4712  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4704}
4705
4706std::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
4714std::string cmLocalGenerator::GetSourceFileLanguage(cmSourceFile const& source)
4715{

Callers 2

GetTargetDirectoryMethod · 0.80
GetTargetDirectoryMethod · 0.80

Calls 3

GetGlobalGeneratorMethod · 0.95
GetNameMethod · 0.45

Tested by

no test coverage detected