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
parente72fa714a800f851298dc29f736aa5231501dd0b (diff)
Cleanup: sort cmake file lists
Diffstat (limited to 'source/blender/editors')
-rw-r--r--source/blender/editors/armature/CMakeLists.txt2
-rw-r--r--source/blender/editors/gpencil/CMakeLists.txt10
-rw-r--r--source/blender/editors/object/CMakeLists.txt8
-rw-r--r--source/blender/editors/sculpt_paint/CMakeLists.txt2
-rw-r--r--source/blender/editors/space_clip/CMakeLists.txt2
-rw-r--r--source/blender/editors/space_info/CMakeLists.txt6
-rw-r--r--source/blender/editors/space_node/CMakeLists.txt2
-rw-r--r--source/blender/editors/space_view3d/CMakeLists.txt8
8 files changed, 20 insertions, 20 deletions
diff --git a/source/blender/editors/armature/CMakeLists.txt b/source/blender/editors/armature/CMakeLists.txt
index 96467ee2c2a..6f39c250bc6 100644
--- a/source/blender/editors/armature/CMakeLists.txt
+++ b/source/blender/editors/armature/CMakeLists.txt
@@ -50,8 +50,8 @@ set(SRC
editarmature_undo.c
meshlaplacian.c
pose_edit.c
- pose_lib.c
pose_group.c
+ pose_lib.c
pose_select.c
pose_slide.c
pose_transform.c
diff --git a/source/blender/editors/gpencil/CMakeLists.txt b/source/blender/editors/gpencil/CMakeLists.txt
index 576e16077d2..686ea146251 100644
--- a/source/blender/editors/gpencil/CMakeLists.txt
+++ b/source/blender/editors/gpencil/CMakeLists.txt
@@ -45,21 +45,21 @@ set(SRC
editaction_gpencil.c
gpencil_add_monkey.c
gpencil_add_stroke.c
+ gpencil_armature.c
gpencil_brush.c
gpencil_convert.c
gpencil_data.c
gpencil_edit.c
- gpencil_merge.c
+ gpencil_fill.c
gpencil_interpolate.c
- gpencil_primitive.c
+ gpencil_merge.c
+ gpencil_old.c
gpencil_ops.c
gpencil_paint.c
- gpencil_fill.c
+ gpencil_primitive.c
gpencil_select.c
gpencil_undo.c
gpencil_utils.c
- gpencil_old.c
- gpencil_armature.c
gpencil_intern.h
)
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
)
diff --git a/source/blender/editors/sculpt_paint/CMakeLists.txt b/source/blender/editors/sculpt_paint/CMakeLists.txt
index 80c58e5b91d..a7a56067c58 100644
--- a/source/blender/editors/sculpt_paint/CMakeLists.txt
+++ b/source/blender/editors/sculpt_paint/CMakeLists.txt
@@ -56,9 +56,9 @@ set(SRC
paint_vertex.c
paint_vertex_color_ops.c
paint_vertex_color_utils.c
+ paint_vertex_proj.c
paint_vertex_weight_ops.c
paint_vertex_weight_utils.c
- paint_vertex_proj.c
sculpt.c
sculpt_undo.c
sculpt_uv.c
diff --git a/source/blender/editors/space_clip/CMakeLists.txt b/source/blender/editors/space_clip/CMakeLists.txt
index 8fa4a0de53f..b054bfb921f 100644
--- a/source/blender/editors/space_clip/CMakeLists.txt
+++ b/source/blender/editors/space_clip/CMakeLists.txt
@@ -58,8 +58,8 @@ set(SRC
tracking_ops_orient.c
tracking_ops_plane.c
tracking_ops_solve.c
- tracking_ops_track.c
tracking_ops_stabilize.c
+ tracking_ops_track.c
tracking_ops_utils.c
tracking_select.c
diff --git a/source/blender/editors/space_info/CMakeLists.txt b/source/blender/editors/space_info/CMakeLists.txt
index 4896515182e..f7f8e6a2cef 100644
--- a/source/blender/editors/space_info/CMakeLists.txt
+++ b/source/blender/editors/space_info/CMakeLists.txt
@@ -41,12 +41,12 @@ set(INC_SYS
)
set(SRC
- info_ops.c
- info_stats.c
info_draw.c
+ info_ops.c
info_report.c
- textview.c
+ info_stats.c
space_info.c
+ textview.c
info_intern.h
textview.h
diff --git a/source/blender/editors/space_node/CMakeLists.txt b/source/blender/editors/space_node/CMakeLists.txt
index 06a00945452..98c0f5342de 100644
--- a/source/blender/editors/space_node/CMakeLists.txt
+++ b/source/blender/editors/space_node/CMakeLists.txt
@@ -47,8 +47,8 @@ set(SRC
node_buttons.c
node_draw.c
node_edit.c
- node_group.c
node_gizmo.c
+ node_group.c
node_ops.c
node_relationships.c
node_select.c
diff --git a/source/blender/editors/space_view3d/CMakeLists.txt b/source/blender/editors/space_view3d/CMakeLists.txt
index 44089734e83..b30e0ae59e5 100644
--- a/source/blender/editors/space_view3d/CMakeLists.txt
+++ b/source/blender/editors/space_view3d/CMakeLists.txt
@@ -51,9 +51,6 @@ set(SRC
view3d_draw_legacy.c
view3d_edit.c
view3d_fly.c
- view3d_walk.c
- view3d_header.c
- view3d_iterators.c
view3d_gizmo_armature.c
view3d_gizmo_camera.c
view3d_gizmo_empty.c
@@ -61,9 +58,11 @@ set(SRC
view3d_gizmo_lamp.c
view3d_gizmo_navigate.c
view3d_gizmo_navigate_type.c
- view3d_gizmo_ruler.c
view3d_gizmo_preselect.c
view3d_gizmo_preselect_type.c
+ view3d_gizmo_ruler.c
+ view3d_header.c
+ view3d_iterators.c
view3d_ops.c
view3d_project.c
view3d_select.c
@@ -71,6 +70,7 @@ set(SRC
view3d_toolbar.c
view3d_utils.c
view3d_view.c
+ view3d_walk.c
view3d_intern.h
)