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-19 18:46:48 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-03-19 18:59:34 +0300
commit566f4e06ba39665bbaabdada6766daa973dbc911 (patch)
tree3889ede25f5d15b8aa67b9f800c617938e9f5286 /source/blender/editors/metaball/CMakeLists.txt
parente7ca9d3477393eb3e15f6916982fa43d97dfc49e (diff)
Cleanup: move metaball undo into own file
Diffstat (limited to 'source/blender/editors/metaball/CMakeLists.txt')
-rw-r--r--source/blender/editors/metaball/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/metaball/CMakeLists.txt b/source/blender/editors/metaball/CMakeLists.txt
index 0f9de8dbf87..7815240b7a4 100644
--- a/source/blender/editors/metaball/CMakeLists.txt
+++ b/source/blender/editors/metaball/CMakeLists.txt
@@ -34,6 +34,7 @@ set(INC_SYS
)
set(SRC
+ editmball_undo.c
mball_edit.c
mball_ops.c