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:
Diffstat (limited to 'source/blender/editors/object/CMakeLists.txt')
-rw-r--r--source/blender/editors/object/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/editors/object/CMakeLists.txt b/source/blender/editors/object/CMakeLists.txt
index 24740a3372b..d087553f640 100644
--- a/source/blender/editors/object/CMakeLists.txt
+++ b/source/blender/editors/object/CMakeLists.txt
@@ -45,6 +45,7 @@ set(SRC
object_bake.c
object_bake_api.c
object_constraint.c
+ object_data_transfer.c
object_edit.c
object_group.c
object_hook.c
@@ -56,10 +57,9 @@ set(SRC
object_relations.c
object_select.c
object_shapekey.c
- object_data_transfer.c
object_transform.c
- object_warp.c
object_vgroup.c
+ object_warp.c
object_intern.h
)