| 828 | } |
| 829 | |
| 830 | bool HandleGlobRecurseCommand(std::vector<std::string> const& args, |
| 831 | cmExecutionStatus& status) |
| 832 | { |
| 833 | return HandleGlobImpl(args, true, status); |
| 834 | } |
| 835 | |
| 836 | bool HandleMakeDirectoryCommand(std::vector<std::string> const& args, |
| 837 | cmExecutionStatus& status) |
nothing calls this directly
no test coverage detected
searching dependent graphs…