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

Function isSubDirectory

Source/cmExportInstallFileGenerator.cxx:409–413  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

407
408namespace {
409bool isSubDirectory(std::string const& a, std::string const& b)
410{
411 return (cmSystemTools::ComparePath(a, b) ||
412 cmSystemTools::IsSubDirectory(a, b));
413}
414}
415
416bool cmExportInstallFileGenerator::CheckInterfaceDirs(

Callers 1

CheckInterfaceDirsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…