| 98 | } |
| 99 | |
| 100 | std::vector<std::string> cmInstalledFile::GetPropertyAsList( |
| 101 | std::string const& prop) const |
| 102 | { |
| 103 | std::string value; |
| 104 | this->GetProperty(prop, value); |
| 105 | |
| 106 | return std::move(cmList(value).data()); |
| 107 | } |
no test coverage detected