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-09-07 08:14:33 +0300
committerCampbell Barton <campbell@blender.org>2022-09-07 08:14:50 +0300
commitbd2b50dfa8880c5d525a9940ab18c7f26b266bf9 (patch)
tree74835710c2283a00263f1c84d4651b273f1fbf6c /source/blender/nodes/shader/CMakeLists.txt
parent7c52f18f15a115062e8d96ea9e30a675265561e8 (diff)
Cleanup: sort cmake file lists
Diffstat (limited to 'source/blender/nodes/shader/CMakeLists.txt')
-rw-r--r--source/blender/nodes/shader/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/nodes/shader/CMakeLists.txt b/source/blender/nodes/shader/CMakeLists.txt
index d135f9a12a4..7885ad78225 100644
--- a/source/blender/nodes/shader/CMakeLists.txt
+++ b/source/blender/nodes/shader/CMakeLists.txt
@@ -67,8 +67,8 @@ set(SRC
nodes/node_shader_map_range.cc
nodes/node_shader_mapping.cc
nodes/node_shader_math.cc
- nodes/node_shader_mix_rgb.cc
nodes/node_shader_mix.cc
+ nodes/node_shader_mix_rgb.cc
nodes/node_shader_mix_shader.cc
nodes/node_shader_normal.cc
nodes/node_shader_normal_map.cc