MCPcopy Create free account
hub / github.com/Kitware/CMake / CreateFileGenerateOutputs

Method CreateFileGenerateOutputs

Source/cmGlobalGenerator.cxx:1953–1958  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

ComputeMethod · 0.95

Calls 1

Tested by

no test coverage detected