| 1735 | } |
| 1736 | } |
| 1737 | void cmGlobalFastbuildGenerator::AddFileToClean(std::string const& file) |
| 1738 | { |
| 1739 | AllFilesToClean.insert(file); |
| 1740 | } |
| 1741 | |
| 1742 | std::string cmGlobalFastbuildGenerator::GetExternalShellExecutable() |
| 1743 | { |
no test coverage detected