| 63 | } |
| 64 | |
| 65 | bool cmInstalledFile::HasProperty(std::string const& prop) const |
| 66 | { |
| 67 | return this->Properties.find(prop) != this->Properties.end(); |
| 68 | } |
| 69 | |
| 70 | bool cmInstalledFile::GetProperty(std::string const& prop, |
| 71 | std::string& value) const |
no test coverage detected