| 2134 | } |
| 2135 | |
| 2136 | std::string cmGlobalGenerator::GetShortBinaryOutputDir() const |
| 2137 | { |
| 2138 | return ".o"; |
| 2139 | } |
| 2140 | |
| 2141 | std::string cmGlobalGenerator::ComputeTargetShortName( |
| 2142 | std::string const& bindir, std::string const& targetName) const |
no outgoing calls
no test coverage detected