summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--indra/llwindow/CMakeLists.txt13
1 files changed, 8 insertions, 5 deletions
diff --git a/indra/llwindow/CMakeLists.txt b/indra/llwindow/CMakeLists.txt
index 726147e866..9322a69eea 100644
--- a/indra/llwindow/CMakeLists.txt
+++ b/indra/llwindow/CMakeLists.txt
@@ -138,6 +138,14 @@ if (WINDOWS)
llkeyboardwin32.cpp
lldragdropwin32.cpp
)
+ set_source_files_properties(
+ llwindowwin32.cpp
+ lldxhardware.cpp
+ llkeyboardwin32.cpp
+ lldragdropwin32.cpp
+ PROPERTIES
+ COMPILE_FLAGS "/showIncludes"
+ )
list(APPEND llwindow_HEADER_FILES
llwindowwin32.h
lldxhardware.h
@@ -148,11 +156,6 @@ if (WINDOWS)
comdlg32 # Common Dialogs for ChooseColor
ole32
)
- set_source_files_properties(
- llwindowwin32.cpp
- PROPERTIES
- COMPILE_FLAGS "/showIncludes"
- )
endif (WINDOWS)
if (SOLARIS)