| 66 | /** Get a value indicating if the command uses UTF-8 output pipes. */ |
| 67 | bool GetStdPipesUTF8() const { return this->StdPipesUTF8; } |
| 68 | void SetStdPipesUTF8(bool stdPipesUTF8) |
| 69 | { |
| 70 | this->StdPipesUTF8 = stdPipesUTF8; |
| 71 | } |
| 72 | |
| 73 | /** Append to the list of command lines. */ |
| 74 | void AppendCommands(cmCustomCommandLines const& commandLines); |
no outgoing calls
no test coverage detected