| 6071 | } |
| 6072 | |
| 6073 | void 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 | |
| 6082 | void cmVisualStudio10TargetGenerator::UpdateCache() |
| 6083 | { |
no test coverage detected