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

Method SetGroupRegex

Source/cmSourceGroup.cxx:32–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30cmSourceGroup::~cmSourceGroup() = default;
31
32void cmSourceGroup::SetGroupRegex(char const* regex)
33{
34 if (regex) {
35 this->GroupRegex.compile(regex);
36 } else {
37 this->GroupRegex.compile("^$");
38 }
39}
40
41void cmSourceGroup::ResolveGenex(cmLocalGenerator* lg,
42 std::string const& config)

Callers 3

cmSourceGroupMethod · 0.95
AddSourceGroupMethod · 0.80
cmSourceGroupCommandFunction · 0.80

Calls 1

compileMethod · 0.80

Tested by

no test coverage detected