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

Function PropertyTypeIsForPaths

Source/cmExportFileGenerator.cxx:661–671  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

659};
660
661bool PropertyTypeIsForPaths(PropertyType pt)
662{
663 switch (pt) {
664 case PropertyType::Strings:
665 return false;
666 case PropertyType::Paths:
667 case PropertyType::IncludePaths:
668 return true;
669 }
670 return false;
671}
672}
673
674bool cmExportFileGenerator::PopulateCxxModuleExportProperties(

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…