diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2020-05-07 20:25:23 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2020-05-07 20:25:23 -0400 |
commit | 89452cecebab69159278fce5ca916a55090aaf29 (patch) | |
tree | de08137910d6a60cb60fb2029c041b71ad65d700 /indra/llwindow/CMakeLists.txt | |
parent | 7766689f21af922278b12abe7ee61996eecb0a1c (diff) |
DRTVWR-476: Whack-A-Mole not working, put switch on ALL llwindow
Diffstat (limited to 'indra/llwindow/CMakeLists.txt')
-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" ) |