diff options
-rw-r--r-- | indra/llwindow/CMakeLists.txt | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/indra/llwindow/CMakeLists.txt b/indra/llwindow/CMakeLists.txt index 9322a69eea..cdd6690e6c 100644 --- a/indra/llwindow/CMakeLists.txt +++ b/indra/llwindow/CMakeLists.txt @@ -139,10 +139,7 @@ if (WINDOWS) lldragdropwin32.cpp ) set_source_files_properties( - llwindowwin32.cpp - lldxhardware.cpp - llkeyboardwin32.cpp - lldragdropwin32.cpp + ${llwindow_SOURCE_FILES} PROPERTIES COMPILE_FLAGS "/showIncludes" ) |