| 659 | }; |
| 660 | |
| 661 | bool 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 | |
| 674 | bool cmExportFileGenerator::PopulateCxxModuleExportProperties( |
no outgoing calls
no test coverage detected
searching dependent graphs…