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>2020-12-11 07:00:22 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-12-11 07:32:14 +0300
commit392a8e2907ee1c08813258c1a477bbea060ba06d (patch)
tree9642d09701d01e6aea9f1a242cfcd88db5af6319 /source/blender/nodes
parent8cc951d2aebe27651ba9a2b8a3ee4c59fafdb920 (diff)
Cleanup: sort cmake file lists
Diffstat (limited to 'source/blender/nodes')
-rw-r--r--source/blender/nodes/CMakeLists.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/source/blender/nodes/CMakeLists.txt b/source/blender/nodes/CMakeLists.txt
index d09b1a8534d..87055a934fd 100644
--- a/source/blender/nodes/CMakeLists.txt
+++ b/source/blender/nodes/CMakeLists.txt
@@ -22,9 +22,9 @@ set(INC
.
composite
function
+ geometry
intern
shader
- geometry
texture
../blenkernel
../blenlib
@@ -140,15 +140,15 @@ set(SRC
geometry/nodes/node_geo_attribute_fill.cc
geometry/nodes/node_geo_attribute_math.cc
- geometry/nodes/node_geo_common.cc
geometry/nodes/node_geo_boolean.cc
+ geometry/nodes/node_geo_common.cc
geometry/nodes/node_geo_edge_split.cc
geometry/nodes/node_geo_join_geometry.cc
geometry/nodes/node_geo_object_info.cc
- geometry/nodes/node_geo_subdivision_surface.cc
geometry/nodes/node_geo_point_distribute.cc
geometry/nodes/node_geo_point_instance.cc
geometry/nodes/node_geo_random_attribute.cc
+ geometry/nodes/node_geo_subdivision_surface.cc
geometry/nodes/node_geo_transform.cc
geometry/nodes/node_geo_triangulate.cc
geometry/node_geometry_exec.cc
@@ -296,12 +296,12 @@ set(SRC
NOD_composite.h
NOD_derived_node_tree.hh
NOD_function.h
+ NOD_geometry.h
+ NOD_math_functions.hh
NOD_node_tree_dependencies.hh
NOD_node_tree_multi_function.hh
NOD_node_tree_ref.hh
NOD_shader.h
- NOD_geometry.h
- NOD_math_functions.hh
NOD_socket.h
NOD_static_types.h
NOD_texture.h
@@ -312,9 +312,9 @@ set(SRC
)
set(LIB
+ bf_bmesh
bf_functions
bf_intern_sky
- bf_bmesh
)
if(WITH_PYTHON)