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-08-28 05:40:48 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-08-28 06:19:55 +0300
commitf93b69c17a2e382a636f796ecf7256ba2e960138 (patch)
treec186566749fe2d9e7d8b1ae61be48bdc3e35a156 /source/blender/editors/mesh/CMakeLists.txt
parent697fd86506fd0caaa41e2fbf0463b5229d09251e (diff)
Cleanup: split automerge logic into own file
This isn't closely related to selection & this file was over 5k lines.
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 9a779db4812..d7d020ae19d 100644
--- a/source/blender/editors/mesh/CMakeLists.txt
+++ b/source/blender/editors/mesh/CMakeLists.txt
@@ -43,6 +43,7 @@ set(SRC
editface.c
editmesh_add.c
editmesh_add_gizmo.c
+ editmesh_automerge.c
editmesh_bevel.c
editmesh_bisect.c
editmesh_extrude.c