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-01-25 00:30:33 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-01-25 00:30:33 +0300
commit2218bf02dd4f4f83a5eabbc34103a1c301bcbe7b (patch)
tree80fb9700116add3762c810883fcb3cca72e349e4 /source/blender/editors/object/CMakeLists.txt
parente72fa714a800f851298dc29f736aa5231501dd0b (diff)
Cleanup: sort cmake file lists
Diffstat (limited to 'source/blender/editors/object/CMakeLists.txt')
-rw-r--r--source/blender/editors/object/CMakeLists.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/blender/editors/object/CMakeLists.txt b/source/blender/editors/object/CMakeLists.txt
index db8997c5e0a..f379417c5c7 100644
--- a/source/blender/editors/object/CMakeLists.txt
+++ b/source/blender/editors/object/CMakeLists.txt
@@ -50,23 +50,23 @@ set(SRC
object_bake_api.c
object_collection.c
object_constraint.c
+ object_data_transfer.c
object_edit.c
object_facemap_ops.c
+ object_gpencil_modifier.c
object_hook.c
object_modes.c
object_modifier.c
- object_gpencil_modifier.c
- object_shader_fx.c
object_ops.c
object_random.c
object_relations.c
object_select.c
+ object_shader_fx.c
object_shapekey.c
- object_data_transfer.c
object_transform.c
object_utils.c
- object_warp.c
object_vgroup.c
+ object_warp.c
object_intern.h
)