MCPcopy Create free account
hub / github.com/Kitware/CMake / SetStdPipesUTF8

Method SetStdPipesUTF8

Source/cmCustomCommand.h:68–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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);

Callers 10

MaybeCreateImplibDirMethod · 0.80
CreateCustomCommandsMethod · 0.80
CreateGlobalTargetMethod · 0.80
CopyPchCompilePdbMethod · 0.80
AddCheckTargetMethod · 0.80
InitAutogenTargetMethod · 0.80
InitRccTargetsMethod · 0.80
AddCheckTargetMethod · 0.80
CreateVCProjBuildRuleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected