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-12-20 10:16:44 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-12-20 10:19:56 +0300
commit50a56f566f675b9d298060f368f4a345a7ccd741 (patch)
treeda38ac511b8fdf5e6a452eb0862309c4d149dfa5 /source/blender/editors/transform/CMakeLists.txt
parentc5a76447171e263bba6388ff2292cc7f3880bd56 (diff)
Cleanup: split transform cursor drawing into their own files
Diffstat (limited to 'source/blender/editors/transform/CMakeLists.txt')
-rw-r--r--source/blender/editors/transform/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/editors/transform/CMakeLists.txt b/source/blender/editors/transform/CMakeLists.txt
index 5853574dced..6f39a8c3b9c 100644
--- a/source/blender/editors/transform/CMakeLists.txt
+++ b/source/blender/editors/transform/CMakeLists.txt
@@ -59,6 +59,7 @@ set(SRC
transform_convert_sculpt.c
transform_convert_sequencer.c
transform_convert_tracking.c
+ transform_draw_cursors.c
transform_generics.c
transform_gizmo_2d.c
transform_gizmo_3d.c
@@ -71,6 +72,7 @@ set(SRC
transform.h
transform_convert.h
+ transform_draw_cursors.h
transform_snap.h
)