| 824 | } |
| 825 | |
| 826 | std::string cmFastbuildTargetGenerator::GetName() |
| 827 | { |
| 828 | return GeneratorTarget->GetName(); |
| 829 | } |
| 830 | |
| 831 | std::string cmFastbuildTargetGenerator::ConvertToFastbuildPath( |
| 832 | std::string const& path) const |
no outgoing calls
no test coverage detected