| 829 | } |
| 830 | |
| 831 | std::string cmFastbuildTargetGenerator::ConvertToFastbuildPath( |
| 832 | std::string const& path) const |
| 833 | { |
| 834 | return GetGlobalGenerator()->ConvertToFastbuildPath(path); |
| 835 | } |
| 836 | |
| 837 | cmGlobalFastbuildGenerator* cmFastbuildTargetGenerator::GetGlobalGenerator() |
| 838 | const |
no outgoing calls
no test coverage detected