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

Method AddSourceGroup

Source/cmMakefile.cxx:2130–2135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2128}
2129
2130void cmMakefile::AddSourceGroup(std::string const& name, char const* regex)
2131{
2132 std::vector<std::string> nameVector;
2133 nameVector.push_back(name);
2134 this->AddSourceGroup(nameVector, regex);
2135}
2136
2137void cmMakefile::AddSourceGroup(std::vector<std::string> const& name,
2138 char const* regex)

Callers 2

cmMakefileMethod · 0.95

Calls 12

GetSourceGroupMethod · 0.95
push_backMethod · 0.80
assignMethod · 0.80
SetGroupRegexMethod · 0.80
emplace_backMethod · 0.80
AddChildMethod · 0.80
c_strMethod · 0.80
LookupChildMethod · 0.80
ErrorClass · 0.70
sizeMethod · 0.45
beginMethod · 0.45
GetFullNameMethod · 0.45

Tested by

no test coverage detected