| 529 | } |
| 530 | |
| 531 | void cmFastbuildNormalTargetGenerator::EnsureParentDirectoryExists( |
| 532 | std::string const& path) const |
| 533 | { |
| 534 | this->EnsureDirectoryExists(cmSystemTools::GetParentDirectory(path)); |
| 535 | } |
| 536 | |
| 537 | std::vector<std::string> |
| 538 | cmFastbuildNormalTargetGenerator::GetManifestsAsFastbuildPath() const |
no test coverage detected