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-03-16 15:14:07 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-03-16 16:55:11 +0300
commit5de9c8f6f0f5157251b8f9f103455ba7f3bf826a (patch)
tree9c47a6d60a59fec188a639168568a2c3820a012d /source/blender/editors/mesh/CMakeLists.txt
parentee0697e50b610d2740a8eba09ef96da3fd2b47a5 (diff)
Cleanup: move mesh mirror functions to 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 8783367ef7e..725d31a64ba 100644
--- a/source/blender/editors/mesh/CMakeLists.txt
+++ b/source/blender/editors/mesh/CMakeLists.txt
@@ -58,6 +58,7 @@ set(SRC
editmesh_undo.c
editmesh_utils.c
mesh_data.c
+ mesh_mirror.c
mesh_ops.c
meshtools.c