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 <campbell@blender.org>2022-10-03 04:09:34 +0300
committerCampbell Barton <campbell@blender.org>2022-10-03 04:13:01 +0300
commitcbfd2aaeb7806ee83b4b01215997ee310690dcb1 (patch)
tree306f529a4ce808ecd5ab02d8cdce25d6e1344a5d /source/blender/nodes/geometry
parentb1a672f541c7ce541bb0243f24429d9cc91c9fc2 (diff)
Cleanup: sort cmake file lists
Diffstat (limited to 'source/blender/nodes/geometry')
-rw-r--r--source/blender/nodes/geometry/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/nodes/geometry/CMakeLists.txt b/source/blender/nodes/geometry/CMakeLists.txt
index 4515f308ca3..40b2ae61915 100644
--- a/source/blender/nodes/geometry/CMakeLists.txt
+++ b/source/blender/nodes/geometry/CMakeLists.txt
@@ -139,13 +139,13 @@ set(SRC
nodes/node_geo_remove_attribute.cc
nodes/node_geo_rotate_instances.cc
nodes/node_geo_sample_index.cc
- nodes/node_geo_sample_nearest_surface.cc
nodes/node_geo_sample_nearest.cc
+ nodes/node_geo_sample_nearest_surface.cc
nodes/node_geo_scale_elements.cc
nodes/node_geo_scale_instances.cc
+ nodes/node_geo_self_object.cc
nodes/node_geo_separate_components.cc
nodes/node_geo_separate_geometry.cc
- nodes/node_geo_self_object.cc
nodes/node_geo_set_curve_handles.cc
nodes/node_geo_set_curve_radius.cc
nodes/node_geo_set_curve_tilt.cc