| 1375 | } |
| 1376 | |
| 1377 | cmExportBuildFileGenerator* cmGlobalGenerator::GetExportedTargetsFile( |
| 1378 | std::string const& filename) const |
| 1379 | { |
| 1380 | auto const it = this->BuildExportSets.find(filename); |
| 1381 | return it == this->BuildExportSets.end() ? nullptr : it->second; |
| 1382 | } |
| 1383 | |
| 1384 | void cmGlobalGenerator::AddCMP0068WarnTarget(std::string const& target) |
| 1385 | { |
no test coverage detected