| 312 | } |
| 313 | |
| 314 | void cmGlobalGenerator::AddBuildExportExportSet( |
| 315 | cmExportBuildFileGenerator* gen) |
| 316 | { |
| 317 | this->BuildExportExportSets[gen->GetMainExportFileName()] = gen; |
| 318 | this->AddBuildExportSet(gen); |
| 319 | } |
| 320 | |
| 321 | void cmGlobalGenerator::ForceLinkerLanguages() |
| 322 | { |
no test coverage detected