Просмотр исходного кода

Merge topic 'vs-diagnostics-flag'

82f95c95 VS generator: support /diagnostics compiler flag

Acked-by: Kitware Robot <[email protected]>
Merge-request: !1411
Brad King 8 лет назад
Родитель
Сommit
41d796be15
1 измененных файлов с 4 добавлено и 0 удалено
  1. 4 0
      Source/cmVS141CLFlagTable.h

+ 4 - 0
Source/cmVS141CLFlagTable.h

@@ -1,6 +1,10 @@
 static cmVS7FlagTable cmVS141CLFlagTable[] = {
 
   // Enum Properties
+  { "DiagnosticsFormat", "diagnostics:classic", "Classic", "Classic", 0 },
+  { "DiagnosticsFormat", "diagnostics:column", "Column", "Column", 0 },
+  { "DiagnosticsFormat", "diagnostics:caret", "Caret", "Caret", 0 },
+
   { "DebugInformationFormat", "", "None", "None", 0 },
   { "DebugInformationFormat", "Z7", "C7 compatible", "OldStyle", 0 },
   { "DebugInformationFormat", "Zi", "Program Database", "ProgramDatabase", 0 },