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:
authorCampbell Barton <ideasman42@gmail.com>2012-07-25 14:15:24 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-07-25 14:15:24 +0400
commitf2d9e2410cbbcba02471c6f673dcbef52479b886 (patch)
tree8f925a8380cba4ef757c174364e9b42e01429ba3 /source/blender/editors/space_image/CMakeLists.txt
parent3af938918aae68488fc2fe8388f31ae4c3752b31 (diff)
move ED_image functions into their own file.
Diffstat (limited to 'source/blender/editors/space_image/CMakeLists.txt')
-rw-r--r--source/blender/editors/space_image/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/space_image/CMakeLists.txt b/source/blender/editors/space_image/CMakeLists.txt
index f397f2387d7..3e3c6adcf8c 100644
--- a/source/blender/editors/space_image/CMakeLists.txt
+++ b/source/blender/editors/space_image/CMakeLists.txt
@@ -40,6 +40,7 @@ set(INC_SYS
set(SRC
image_buttons.c
image_draw.c
+ image_edit.c
image_ops.c
space_image.c