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>2016-05-25 12:12:43 +0300
committerCampbell Barton <ideasman42@gmail.com>2016-05-25 12:12:43 +0300
commit15911eebdab1e61bc872ecb63956f2fe2727dd85 (patch)
treeea64dc045261d2fc1f6de0b5703fd66bb1355525 /source/blender/editors/mesh/CMakeLists.txt
parent18b418e8e01b7d91da0240f0c5fc4370d4c4f6d9 (diff)
Move editmesh undo into its 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 0280f662a26..8783367ef7e 100644
--- a/source/blender/editors/mesh/CMakeLists.txt
+++ b/source/blender/editors/mesh/CMakeLists.txt
@@ -55,6 +55,7 @@ set(SRC
editmesh_rip_edge.c
editmesh_select.c
editmesh_tools.c
+ editmesh_undo.c
editmesh_utils.c
mesh_data.c
mesh_ops.c