| 210 | } |
| 211 | |
| 212 | bool cmInstallGenerator::InstallsForConfig(std::string const& config) |
| 213 | { |
| 214 | return this->GeneratesForConfig(config); |
| 215 | } |
| 216 | |
| 217 | std::string cmInstallGenerator::ConvertToAbsoluteDestination( |
| 218 | std::string const& dest) |
no test coverage detected