From aba119e192f27d7b1dddfd9384375eb3d900ae93 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 22 Sep 2023 11:04:25 +1000 Subject: [PATCH] Cleanup: quiet CMake uninitialized variable warning, sort file lists --- source/blender/animrig/CMakeLists.txt | 2 ++ source/blender/draw/CMakeLists.txt | 4 ++-- source/blender/nodes/geometry/CMakeLists.txt | 4 ++-- source/blender/python/generic/CMakeLists.txt | 2 +- 4 files changed, 7 insertions(+), 5 deletions(-) diff --git a/source/blender/animrig/CMakeLists.txt b/source/blender/animrig/CMakeLists.txt index 7334149fdde..e819e73637c 100644 --- a/source/blender/animrig/CMakeLists.txt +++ b/source/blender/animrig/CMakeLists.txt @@ -35,6 +35,8 @@ blender_add_lib(bf_animrig "${SRC}" "${INC}" "${INC_SYS}" "${LIB}") add_library(bf::animrig ALIAS bf_animrig) if(WITH_GTESTS) + set(TEST_INC + ) set(TEST_SRC intern/bone_collections_test.cc ) diff --git a/source/blender/draw/CMakeLists.txt b/source/blender/draw/CMakeLists.txt index 7c564b83c14..94260bc137b 100644 --- a/source/blender/draw/CMakeLists.txt +++ b/source/blender/draw/CMakeLists.txt @@ -150,10 +150,10 @@ set(SRC engines/eevee_next/eevee_lightprobe.cc engines/eevee_next/eevee_lookdev.cc engines/eevee_next/eevee_lut.cc - engines/eevee_next/eevee_precompute.cc engines/eevee_next/eevee_material.cc engines/eevee_next/eevee_motion_blur.cc engines/eevee_next/eevee_pipeline.cc + engines/eevee_next/eevee_precompute.cc engines/eevee_next/eevee_raytrace.cc engines/eevee_next/eevee_reflection_probes.cc engines/eevee_next/eevee_renderbuffers.cc @@ -286,10 +286,10 @@ set(SRC engines/eevee_next/eevee_lightprobe.hh engines/eevee_next/eevee_lookdev.hh engines/eevee_next/eevee_lut.hh - engines/eevee_next/eevee_precompute.hh engines/eevee_next/eevee_material.hh engines/eevee_next/eevee_motion_blur.hh engines/eevee_next/eevee_pipeline.hh + engines/eevee_next/eevee_precompute.hh engines/eevee_next/eevee_raytrace.hh engines/eevee_next/eevee_reflection_probes.hh engines/eevee_next/eevee_renderbuffers.hh diff --git a/source/blender/nodes/geometry/CMakeLists.txt b/source/blender/nodes/geometry/CMakeLists.txt index fb1e83f55c0..b2cfcb7c853 100644 --- a/source/blender/nodes/geometry/CMakeLists.txt +++ b/source/blender/nodes/geometry/CMakeLists.txt @@ -83,6 +83,8 @@ set(SRC nodes/node_geo_index_of_nearest.cc nodes/node_geo_input_curve_handles.cc nodes/node_geo_input_curve_tilt.cc + nodes/node_geo_input_edge_smooth.cc + nodes/node_geo_input_face_smooth.cc nodes/node_geo_input_id.cc nodes/node_geo_input_index.cc nodes/node_geo_input_instance_rotation.cc @@ -102,8 +104,6 @@ set(SRC nodes/node_geo_input_position.cc nodes/node_geo_input_radius.cc nodes/node_geo_input_scene_time.cc - nodes/node_geo_input_edge_smooth.cc - nodes/node_geo_input_face_smooth.cc nodes/node_geo_input_shortest_edge_paths.cc nodes/node_geo_input_signed_distance.cc nodes/node_geo_input_spline_cyclic.cc diff --git a/source/blender/python/generic/CMakeLists.txt b/source/blender/python/generic/CMakeLists.txt index 79b576fc862..77148216078 100644 --- a/source/blender/python/generic/CMakeLists.txt +++ b/source/blender/python/generic/CMakeLists.txt @@ -36,8 +36,8 @@ set(SRC py_capi_utils.h # header-only - python_utildefines.h python_compat.h + python_utildefines.h ) set(LIB