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:
authorDamien Plisson <damien.plisson@yahoo.fr>2010-02-01 20:33:41 +0300
committerDamien Plisson <damien.plisson@yahoo.fr>2010-02-01 20:33:41 +0300
commitcfe7c136f908f010f780bdf17b59d0e2656276c3 (patch)
tree26eb8fd5d4b8f5f35b76807f558a6192877a8f9c /intern/ghost/CMakeLists.txt
parent3aff6529c0a724b0b029bcad0ede47c2d33e84a2 (diff)
Cocoa/DND : added bitmap data type handling in drag'n'drop operations
Conversion of OS type to ImBuf is done inside ghost.
Diffstat (limited to 'intern/ghost/CMakeLists.txt')
-rw-r--r--intern/ghost/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/ghost/CMakeLists.txt b/intern/ghost/CMakeLists.txt
index bf57da23c69..460c0858d20 100644
--- a/intern/ghost/CMakeLists.txt
+++ b/intern/ghost/CMakeLists.txt
@@ -24,7 +24,7 @@
#
# ***** END GPL LICENSE BLOCK *****
-SET(INC . ../string ../../extern/glew/include)
+SET(INC . ../string ../../extern/glew/include ../../source/blender/imbuf ../../source/blender/makesdna)
FILE(GLOB SRC intern/*.cpp intern/*.mm)