From df8e30b6708d94be89be324000e73ab70a3e2ecb Mon Sep 17 00:00:00 2001 From: Nat Goodspeed Date: Thu, 7 May 2020 19:26:52 -0400 Subject: DRTVWR-476: Diagnostically /showIncludes for Windows SDK errors --- indra/llwindow/CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'indra') diff --git a/indra/llwindow/CMakeLists.txt b/indra/llwindow/CMakeLists.txt index 0743fd899f..726147e866 100644 --- a/indra/llwindow/CMakeLists.txt +++ b/indra/llwindow/CMakeLists.txt @@ -148,6 +148,11 @@ if (WINDOWS) comdlg32 # Common Dialogs for ChooseColor ole32 ) + set_source_files_properties( + llwindowwin32.cpp + PROPERTIES + COMPILE_FLAGS "/showIncludes" + ) endif (WINDOWS) if (SOLARIS) -- cgit v1.2.3