| 1951 | } |
| 1952 | |
| 1953 | void cmGlobalGenerator::CreateFileGenerateOutputs() |
| 1954 | { |
| 1955 | for (auto const& lg : this->LocalGenerators) { |
| 1956 | lg->CreateEvaluationFileOutputs(); |
| 1957 | } |
| 1958 | } |
| 1959 | |
| 1960 | bool cmGlobalGenerator::AddAutomaticSources() |
| 1961 | { |
no test coverage detected