| 79 | } |
| 80 | |
| 81 | void cmFastbuildTargetGenerator::LogMessage(std::string const& m) const |
| 82 | { |
| 83 | this->GetGlobalGenerator()->LogMessage(m); |
| 84 | } |
| 85 | |
| 86 | std::string cmFastbuildTargetGenerator::GetUtilityAliasFromBuildStep( |
| 87 | FastbuildBuildStep step) const |
nothing calls this directly
no test coverage detected