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

Method CreateEvaluationFileOutputs

Source/cmLocalGenerator.cxx:416–423  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

414}
415
416void 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
425void cmLocalGenerator::CreateEvaluationFileOutputs(std::string const& config)
426{

Callers 1

Calls 2

GetGeneratorConfigsMethod · 0.80
CreateOutputFileMethod · 0.80

Tested by

no test coverage detected