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

Method Generate

Source/cmExtraCodeBlocksGenerator.cxx:66–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66void cmExtraCodeBlocksGenerator::Generate()
67{
68 // for each sub project in the project create a codeblocks project
69 for (auto const& it : this->GlobalGenerator->GetProjectMap()) {
70 // create a project file
71 this->CreateProjectFile(it.second);
72 }
73}
74
75/* create the project file */
76void cmExtraCodeBlocksGenerator::CreateProjectFile(

Callers

nothing calls this directly

Calls 1

CreateProjectFileMethod · 0.95

Tested by

no test coverage detected