diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2020-05-07 19:26:52 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2020-05-07 19:26:52 -0400 |
commit | df8e30b6708d94be89be324000e73ab70a3e2ecb (patch) | |
tree | 849bcbca378815c7ecc4e5b984fd70009d3851c9 /indra | |
parent | 92c70ff637da5fda06aaeb40914c77499bf2d0ce (diff) |
DRTVWR-476: Diagnostically /showIncludes for Windows SDK errors
Diffstat (limited to 'indra')
-rw-r--r-- | indra/llwindow/CMakeLists.txt | 5 |
1 files changed, 5 insertions, 0 deletions
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) |