| 822 | } |
| 823 | |
| 824 | bool HandleGlobCommand(std::vector<std::string> const& args, |
| 825 | cmExecutionStatus& status) |
| 826 | { |
| 827 | return HandleGlobImpl(args, false, status); |
| 828 | } |
| 829 | |
| 830 | bool HandleGlobRecurseCommand(std::vector<std::string> const& args, |
| 831 | cmExecutionStatus& status) |
nothing calls this directly
no test coverage detected
searching dependent graphs…