MCPcopy 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
61void cmSourceGroup::AddGroupFile(std::string const& name)
62{
63 this->GroupFiles.insert(name);
64}
65
66std::string const& cmSourceGroup::GetName() const
67{

Callers 5

AddTargetObjectMethod · 0.80
addFileSetEntryFunction · 0.80
cmSourceGroupCommandFunction · 0.80
AddToSourceGroupMethod · 0.80

Calls 1

insertMethod · 0.45

Tested by

no test coverage detected