From 0d6ddd0a1d2cd2593a52f73e387649a9d2ff64da Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 3 May 2018 08:13:17 +0200 Subject: Cleanup: split out extrude spin/screw Since these will have their own manipulators, its more convenient to keep them separate. --- source/blender/editors/mesh/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/blender/editors/mesh/CMakeLists.txt') diff --git a/source/blender/editors/mesh/CMakeLists.txt b/source/blender/editors/mesh/CMakeLists.txt index 725d31a64ba..f1f0de3777e 100644 --- a/source/blender/editors/mesh/CMakeLists.txt +++ b/source/blender/editors/mesh/CMakeLists.txt @@ -45,6 +45,8 @@ set(SRC editmesh_bevel.c editmesh_bisect.c editmesh_extrude.c + editmesh_extrude_screw.c + editmesh_extrude_spin.c editmesh_inset.c editmesh_intersect.c editmesh_knife.c -- cgit v1.2.3