| 336 | } |
| 337 | |
| 338 | void cmExportInstallFileGenerator::IssueMessage( |
| 339 | MessageType type, std::string const& message) const |
| 340 | { |
| 341 | this->IEGen->GetLocalGenerator()->GetCMakeInstance()->IssueMessage( |
| 342 | type, message, |
| 343 | this->IEGen->GetLocalGenerator()->GetMakefile()->GetBacktrace()); |
| 344 | } |
| 345 | |
| 346 | std::string cmExportInstallFileGenerator::InstallNameDir( |
| 347 | cmGeneratorTarget const* target, std::string const& config) |
no test coverage detected