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

Method CreateProjectFile

Source/cmExtraCodeLiteGenerator.cxx:183–191  ·  view source on GitHub ↗

create the project file */

Source from the content-addressed store, hash-verified

181
182/* create the project file */
183void cmExtraCodeLiteGenerator::CreateProjectFile(
184 std::vector<cmLocalGenerator*> const& lgs)
185{
186 std::string const& outputDir = lgs[0]->GetCurrentBinaryDirectory();
187 std::string projectName = lgs[0]->GetProjectName();
188 std::string filename = cmStrCat(outputDir, '/', projectName, ".project");
189
190 this->CreateNewProjectFile(lgs, filename);
191}
192
193std::string cmExtraCodeLiteGenerator::CollectSourceFiles(
194 cmMakefile const* makefile, cmGeneratorTarget const* gt,

Callers 1

Calls 3

CreateNewProjectFileMethod · 0.95
cmStrCatFunction · 0.70
GetProjectNameMethod · 0.45

Tested by

no test coverage detected