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>2021-09-29 00:29:19 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-09-29 00:30:34 +0300
commit960b21e1d79d2b1a774e8ee1bf1cc82f7c384d15 (patch)
treea842571c8f07161b57f6532377df2d25da6aa9b5 /source/blender/nodes/CMakeLists.txt
parent6dceaafe5a21fc0f112b2d206980c30eb4e678e8 (diff)
Cleanup: sort cmake file lists
Diffstat (limited to 'source/blender/nodes/CMakeLists.txt')
-rw-r--r--source/blender/nodes/CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/nodes/CMakeLists.txt b/source/blender/nodes/CMakeLists.txt
index 416fcd8f9fd..8eaf88a6f1e 100644
--- a/source/blender/nodes/CMakeLists.txt
+++ b/source/blender/nodes/CMakeLists.txt
@@ -374,12 +374,12 @@ set(SRC
intern/geometry_nodes_eval_log.cc
intern/math_functions.cc
intern/node_common.c
+ intern/node_declaration.cc
intern/node_exec.cc
intern/node_geometry_exec.cc
intern/node_multi_function.cc
- intern/node_declaration.cc
- intern/node_socket_declarations.cc
intern/node_socket.cc
+ intern/node_socket_declarations.cc
intern/node_tree_ref.cc
intern/node_util.c
intern/type_conversions.cc
@@ -400,10 +400,10 @@ set(SRC
NOD_math_functions.hh
NOD_multi_function.hh
NOD_node_declaration.hh
- NOD_socket_declarations.hh
NOD_node_tree_ref.hh
NOD_shader.h
NOD_socket.h
+ NOD_socket_declarations.hh
NOD_static_types.h
NOD_texture.h
NOD_type_conversions.hh