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/CMakeLists.txt
parented68e18c1c45aea07ec17c0b0dcdc109ad7492db (diff)
Cleanup: sort cmake file lists
Diffstat (limited to 'source/blender/nodes/CMakeLists.txt')
-rw-r--r--source/blender/nodes/CMakeLists.txt4
1 files changed, 2 insertions, 2 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