| 14 | } |
| 15 | |
| 16 | cmCustomCommandLines cmMakeSingleCommandLine( |
| 17 | std::initializer_list<cm::string_view> ilist) |
| 18 | { |
| 19 | cmCustomCommandLines commandLines; |
| 20 | commandLines.push_back(cmMakeCommandLine(ilist)); |
| 21 | return commandLines; |
| 22 | } |
no test coverage detected
searching dependent graphs…