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

Method GetTargetDirectory

Source/cmLocalCommonGenerator.cxx:108–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106}
107
108std::string cmLocalCommonGenerator::GetTargetDirectory(
109 cmGeneratorTarget const* target,
110 cmStateEnums::IntermediateDirKind kind) const
111{
112 if (target->GetUseShortObjectNames(kind)) {
113 return this->ComputeShortTargetDirectory(target);
114 }
115 return this->ComputeLongTargetDirectory(target);
116}
117
118void cmLocalCommonGenerator::ComputeObjectFilenames(
119 std::map<cmSourceFile const*, cmObjectLocations>& mapping,

Callers

nothing calls this directly

Tested by

no test coverage detected