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>2019-10-01 18:44:27 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-10-01 18:45:37 +0300
commit7aff48add08a875138d3a65c16811c8cb0e5eae1 (patch)
treee9e77912436bc037413803c559a180c9fa9e47d6 /source/blender/editors/space_image/CMakeLists.txt
parentcc092e9ab0c2e1877fe5d33724c1fdc5fb16b522 (diff)
Cleanup: move image undo into space_image/
This isn't just used for painting.
Diffstat (limited to 'source/blender/editors/space_image/CMakeLists.txt')
-rw-r--r--source/blender/editors/space_image/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/editors/space_image/CMakeLists.txt b/source/blender/editors/space_image/CMakeLists.txt
index 61e6b065cba..5abcff436f1 100644
--- a/source/blender/editors/space_image/CMakeLists.txt
+++ b/source/blender/editors/space_image/CMakeLists.txt
@@ -29,6 +29,7 @@ set(INC
../../makesrna
../../render/extern/include
../../windowmanager
+ ../../../../intern/clog
../../../../intern/glew-mx
../../../../intern/guardedalloc
)
@@ -42,6 +43,7 @@ set(SRC
image_draw.c
image_edit.c
image_ops.c
+ image_undo.c
space_image.c
image_intern.h