MCPcopy Create free account
hub / github.com/Kitware/CMake / EnsureParentDirectoryExists

Method EnsureParentDirectoryExists

Source/cmFastbuildNormalTargetGenerator.cxx:531–535  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

ComputePathsMethod · 0.95

Calls 1

EnsureDirectoryExistsMethod · 0.95

Tested by

no test coverage detected