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>2022-01-06 05:54:55 +0300
committerCampbell Barton <ideasman42@gmail.com>2022-01-06 05:54:55 +0300
commit66a4da87f4ce9345bf8649b5382041380134adcb (patch)
treead0e622af610dafcacad63599127c4dc93341153 /source/blender/nodes
parented68e18c1c45aea07ec17c0b0dcdc109ad7492db (diff)
Cleanup: sort cmake file lists
Diffstat (limited to 'source/blender/nodes')
-rw-r--r--source/blender/nodes/CMakeLists.txt4
-rw-r--r--source/blender/nodes/geometry/CMakeLists.txt4
-rw-r--r--source/blender/nodes/shader/CMakeLists.txt2
3 files changed, 5 insertions, 5 deletions
diff --git a/source/blender/nodes/CMakeLists.txt b/source/blender/nodes/CMakeLists.txt
index 56934596cc7..e210958fa5d 100644
--- a/source/blender/nodes/CMakeLists.txt
+++ b/source/blender/nodes/CMakeLists.txt
@@ -87,9 +87,9 @@ set(SRC
intern/node_multi_function.cc
intern/node_socket.cc
intern/node_socket_declarations.cc
- intern/socket_search_link.cc
intern/node_tree_ref.cc
intern/node_util.c
+ intern/socket_search_link.cc
texture/node_texture_util.h
@@ -107,8 +107,8 @@ set(SRC
NOD_shader.h
NOD_socket.h
NOD_socket_declarations.hh
- NOD_socket_search_link.hh
NOD_socket_declarations_geometry.hh
+ NOD_socket_search_link.hh
NOD_static_types.h
NOD_texture.h
intern/node_common.h
diff --git a/source/blender/nodes/geometry/CMakeLists.txt b/source/blender/nodes/geometry/CMakeLists.txt
index 15e6544903f..d692bd050c8 100644
--- a/source/blender/nodes/geometry/CMakeLists.txt
+++ b/source/blender/nodes/geometry/CMakeLists.txt
@@ -122,8 +122,8 @@ set(SRC
nodes/node_geo_input_curve_tilt.cc
nodes/node_geo_input_id.cc
nodes/node_geo_input_index.cc
- nodes/node_geo_input_material_index.cc
nodes/node_geo_input_material.cc
+ nodes/node_geo_input_material_index.cc
nodes/node_geo_input_mesh_edge_angle.cc
nodes/node_geo_input_mesh_edge_neighbors.cc
nodes/node_geo_input_mesh_edge_vertices.cc
@@ -171,8 +171,8 @@ set(SRC
nodes/node_geo_set_curve_radius.cc
nodes/node_geo_set_curve_tilt.cc
nodes/node_geo_set_id.cc
- nodes/node_geo_set_material_index.cc
nodes/node_geo_set_material.cc
+ nodes/node_geo_set_material_index.cc
nodes/node_geo_set_point_radius.cc
nodes/node_geo_set_position.cc
nodes/node_geo_set_shade_smooth.cc
diff --git a/source/blender/nodes/shader/CMakeLists.txt b/source/blender/nodes/shader/CMakeLists.txt
index ae1a7115b95..4cf18429e0d 100644
--- a/source/blender/nodes/shader/CMakeLists.txt
+++ b/source/blender/nodes/shader/CMakeLists.txt
@@ -93,8 +93,8 @@ set(SRC
nodes/node_shader_output_material.cc
nodes/node_shader_output_world.cc
nodes/node_shader_particle_info.cc
- nodes/node_shader_rgb_to_bw.cc
nodes/node_shader_rgb.cc
+ nodes/node_shader_rgb_to_bw.cc
nodes/node_shader_script.cc
nodes/node_shader_sepcomb_hsv.cc
nodes/node_shader_sepcomb_rgb.cc