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>2018-10-02 10:31:50 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-10-02 10:34:27 +0300
commit6b51e15973f2fca77387dc08dac83ae3f2c8aeb2 (patch)
tree96734afd0131c60ce66787c3d19689296be79bb6 /source/blender/editors/mesh/CMakeLists.txt
parentc14949e9ed1b88252453f21e4d0150597ad95ea5 (diff)
Cleanup: split extrude gizmo into own file
Diffstat (limited to 'source/blender/editors/mesh/CMakeLists.txt')
-rw-r--r--source/blender/editors/mesh/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/mesh/CMakeLists.txt b/source/blender/editors/mesh/CMakeLists.txt
index 4cefbf21c24..5e014d3ef25 100644
--- a/source/blender/editors/mesh/CMakeLists.txt
+++ b/source/blender/editors/mesh/CMakeLists.txt
@@ -48,6 +48,7 @@ set(SRC
editmesh_bevel.c
editmesh_bisect.c
editmesh_extrude.c
+ editmesh_extrude_gizmo.c
editmesh_extrude_screw.c
editmesh_extrude_spin.c
editmesh_extrude_spin_gizmo.c