| 164 | } |
| 165 | |
| 166 | char const* cmLocalVisualStudioGenerator::GetReportErrorLabel() const |
| 167 | { |
| 168 | return this->ReportErrorLabel(); |
| 169 | } |
| 170 | |
| 171 | std::string cmLocalVisualStudioGenerator::ConstructScript( |
| 172 | cmCustomCommandGenerator const& ccg, std::string const& newline_text) |
no test coverage detected