| 74 | } |
| 75 | |
| 76 | bool cmSourceGroup::MatchesRegex(std::string const& name) const |
| 77 | { |
| 78 | cmsys::RegularExpressionMatch match; |
| 79 | return this->GroupRegex.find(name.c_str(), match); |
| 80 | } |
| 81 | |
| 82 | bool cmSourceGroup::MatchesFiles(std::string const& name) const |
| 83 | { |
no test coverage detected