| 414 | } |
| 415 | |
| 416 | void cmLocalGenerator::CreateEvaluationFileOutputs() |
| 417 | { |
| 418 | std::vector<std::string> const& configs = |
| 419 | this->Makefile->GetGeneratorConfigs(cmMakefile::IncludeEmptyConfig); |
| 420 | for (std::string const& c : configs) { |
| 421 | this->CreateEvaluationFileOutputs(c); |
| 422 | } |
| 423 | } |
| 424 | |
| 425 | void cmLocalGenerator::CreateEvaluationFileOutputs(std::string const& config) |
| 426 | { |
no test coverage detected