Skip to content
Snippets Groups Projects
Commit df8e30b6 authored by Nat Goodspeed's avatar Nat Goodspeed
Browse files

DRTVWR-476: Diagnostically /showIncludes for Windows SDK errors

parent 92c70ff6
No related branches found
No related tags found
No related merge requests found
...@@ -148,6 +148,11 @@ if (WINDOWS) ...@@ -148,6 +148,11 @@ if (WINDOWS)
comdlg32 # Common Dialogs for ChooseColor comdlg32 # Common Dialogs for ChooseColor
ole32 ole32
) )
set_source_files_properties(
llwindowwin32.cpp
PROPERTIES
COMPILE_FLAGS "/showIncludes"
)
endif (WINDOWS) endif (WINDOWS)
if (SOLARIS) if (SOLARIS)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment