diff options
author | Rick Pasetto <rick@lindenlab.com> | 2009-11-03 09:42:04 -0800 |
---|---|---|
committer | Rick Pasetto <rick@lindenlab.com> | 2009-11-03 09:42:04 -0800 |
commit | c588ef3572491a9de253b332928fdc7133cca2c5 (patch) | |
tree | b4fe662cb9c046913ed2cede3809c171add5b4f6 /indra | |
parent | 9ed8b5299f2e5a8a912649e0e6aecaf89b034408 (diff) | |
parent | 66ce1b04297cd48520e666a3fa903af143f89c57 (diff) |
merge
Diffstat (limited to 'indra')
-rw-r--r-- | indra/llwindow/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llwindow/CMakeLists.txt b/indra/llwindow/CMakeLists.txt index 7b1cab696f..b4a3f74451 100644 --- a/indra/llwindow/CMakeLists.txt +++ b/indra/llwindow/CMakeLists.txt @@ -102,11 +102,13 @@ if (WINDOWS) llwindowwin32.cpp lldxhardware.cpp llkeyboardwin32.cpp + lldragdropwin32.cpp ) list(APPEND llwindow_HEADER_FILES llwindowwin32.h lldxhardware.h llkeyboardwin32.h + lldragdropwin32.h ) list(APPEND llwindow_LINK_LIBRARIES comdlg32 # Common Dialogs for ChooseColor |