summaryrefslogtreecommitdiff
path: root/indra/newview/CMakeLists.txt
diff options
context:
space:
mode:
authorcallum <none@none>2009-11-18 21:15:44 -0800
committercallum <none@none>2009-11-18 21:15:44 -0800
commit4419e367bcbe8c1b248e88eab8096f0b8ac4707c (patch)
tree9539d6f09d1114c437086ae4977ffee260096cee /indra/newview/CMakeLists.txt
parent778005a350308d51f114ece74b4e7f3e7af3d37e (diff)
Add support for removing the Windows specific drag/drop code
from the codebase via a new CMake file (DragDrop.cmake).
Diffstat (limited to 'indra/newview/CMakeLists.txt')
-rw-r--r--indra/newview/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt
index b129bca1f3..352e9a9382 100644
--- a/indra/newview/CMakeLists.txt
+++ b/indra/newview/CMakeLists.txt
@@ -7,6 +7,7 @@ include(Boost)
include(BuildVersion)
include(DBusGlib)
include(DirectX)
+include(DragDrop)
include(ELFIO)
include(FMOD)
include(OPENAL)