Cleanup: quiet CMake uninitialized variable warning, sort file lists
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -36,8 +36,8 @@ set(SRC
|
||||
py_capi_utils.h
|
||||
|
||||
# header-only
|
||||
python_utildefines.h
|
||||
python_compat.h
|
||||
python_utildefines.h
|
||||
)
|
||||
|
||||
set(LIB
|
||||
|
||||
Reference in New Issue
Block a user