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

Method WriteStdOutEncodingUtf8

Source/cmVisualStudio10TargetGenerator.cxx:6073–6080  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6071}
6072
6073void cmVisualStudio10TargetGenerator::WriteStdOutEncodingUtf8(Elem& e1)
6074{
6075 if (this->GlobalGenerator->IsUtf8EncodingSupported()) {
6076 e1.Element("UseUtf8Encoding", "Always");
6077 } else if (this->GlobalGenerator->IsStdOutEncodingSupported()) {
6078 e1.Element("StdOutEncoding", "UTF-8");
6079 }
6080}
6081
6082void cmVisualStudio10TargetGenerator::UpdateCache()
6083{

Callers 2

WriteCustomRuleMethod · 0.95
WriteEventMethod · 0.95

Calls 3

ElementMethod · 0.45

Tested by

no test coverage detected