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

Method GetProjectName

Source/cmStateSnapshot.cxx:442–445  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

440}
441
442std::string cmStateSnapshot::GetProjectName() const
443{
444 return this->Position->BuildSystemDirectory->ProjectName;
445}
446
447bool cmStateSnapshot::CheckProjectName(std::string const& name) const
448{

Callers 15

InitializeFromParentMethod · 0.45
SetEffectiveProjectMethod · 0.45
SetGenerationRootMethod · 0.45
CreateXCodeObjectsMethod · 0.45
OutputXCodeProjectMethod · 0.45
CreateProjectFileMethod · 0.45
CreateCProjectFileMethod · 0.45
ComputeMethod · 0.45
FillProjectMapMethod · 0.45
CreateProjectFileMethod · 0.45
AppendTargetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected