Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/CMake
/ AddGroupFile
Method
AddGroupFile
Source/cmSourceGroup.cxx:61–64 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
59
}
60
61
void cmSourceGroup::AddGroupFile(std::string const& name)
62
{
63
this->GroupFiles.insert(name);
64
}
65
66
std::string const& cmSourceGroup::GetName() const
67
{
Callers
5
AddTargetObject
Method · 0.80
addFileSetEntry
Function · 0.80
addFilesToItsSourceGroups
Function · 0.80
cmSourceGroupCommand
Function · 0.80
AddToSourceGroup
Method · 0.80
Calls
1
insert
Method · 0.45
Tested by
no test coverage detected