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

Method ComputeLongTargetDirectory

Source/cmLocalCommonGenerator.cxx:96–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94}
95
96std::string cmLocalCommonGenerator::ComputeLongTargetDirectory(
97 cmGeneratorTarget const* target) const
98{
99 std::string dir = target->GetName();
100#if defined(__VMS)
101 dir += "_dir";
102#else
103 dir += ".dir";
104#endif
105 return dir;
106}
107
108std::string cmLocalCommonGenerator::GetTargetDirectory(
109 cmGeneratorTarget const* target,

Callers 1

GetTargetDirectoryMethod · 0.95

Calls 1

GetNameMethod · 0.45

Tested by

no test coverage detected