| 2515 | } |
| 2516 | |
| 2517 | void cmGlobalGenerator::AddInstallComponent(std::string const& component) |
| 2518 | { |
| 2519 | if (!component.empty()) { |
| 2520 | this->InstallComponents.insert(component); |
| 2521 | } |
| 2522 | } |
| 2523 | |
| 2524 | void cmGlobalGenerator::MarkAsGeneratedFile(std::string const& filepath) |
| 2525 | { |
no test coverage detected