From 82f95c958467b3076372247d9a0a7d6d0414c96e Mon Sep 17 00:00:00 2001 From: Justin Goshi Date: Wed, 25 Oct 2017 12:09:48 -0700 Subject: VS generator: support /diagnostics compiler flag Adding support for this flag so a user can specify it via the CMAKE_CXX_FLAGS variable. --- Source/cmVS141CLFlagTable.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Source/cmVS141CLFlagTable.h b/Source/cmVS141CLFlagTable.h index c780d46..7d3e356 100644 --- a/Source/cmVS141CLFlagTable.h +++ b/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 }, -- cgit v0.12