| 2527 | } |
| 2528 | |
| 2529 | bool cmGlobalGenerator::IsGeneratedFile(std::string const& filepath) |
| 2530 | { |
| 2531 | return this->GeneratedFiles.find(filepath) != this->GeneratedFiles.end(); |
| 2532 | } |
| 2533 | |
| 2534 | void cmGlobalGenerator::EnableInstallTarget() |
| 2535 | { |
no test coverage detected