Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2012-02-17 20:58:09 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2012-02-17 20:58:09 +0400
commite8a1daaf9bda8f03723879d76557278b9a025c0a (patch)
treecc67b46ef3a957c893df7e288354f126823d4d5e /intern/ghost/CMakeLists.txt
parent7c15fb4f2c710a15e0ae7bd758f1cf74a4e97e36 (diff)
Drag-n-drop support on Linux
This commit implements drag-n-drop support from external applications into Blender. Used xdnd implementation from Paul Sheer.
Diffstat (limited to 'intern/ghost/CMakeLists.txt')
-rw-r--r--intern/ghost/CMakeLists.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/intern/ghost/CMakeLists.txt b/intern/ghost/CMakeLists.txt
index 35b617e5452..3d65f4972c4 100644
--- a/intern/ghost/CMakeLists.txt
+++ b/intern/ghost/CMakeLists.txt
@@ -220,11 +220,17 @@ elseif(UNIX)
intern/GHOST_SystemX11.cpp
intern/GHOST_SystemPathsX11.cpp
intern/GHOST_WindowX11.cpp
+ intern/GHOST_DropTargetX11.cpp
intern/GHOST_DisplayManagerX11.h
intern/GHOST_SystemX11.h
intern/GHOST_SystemPathsX11.h
intern/GHOST_WindowX11.h
+ intern/GHOST_DropTargetX11.h
+ )
+
+ list(APPEND INC
+ ../../extern/xdnd
)
if(X11_XF86keysym_INCLUDE_PATH)