Cleanup: sort cmake file lists

This commit is contained in:
Campbell Barton
2025-10-01 23:22:41 +00:00
parent 60f8d625a4
commit b938800ba6
3 changed files with 3 additions and 3 deletions

View File

@@ -562,8 +562,8 @@ set(GLSL_SRC
engines/eevee/shaders/eevee_volume_scatter_comp.glsl
engines/eevee/eevee_camera_shared.hh
engines/eevee/eevee_defines.hh
engines/eevee/eevee_debug_shared.hh
engines/eevee/eevee_defines.hh
engines/eevee/eevee_depth_of_field_shared.hh
engines/eevee/eevee_film_shared.hh
engines/eevee/eevee_hizbuffer_shared.hh

View File

@@ -101,9 +101,9 @@ endif()
add_custom_command(
OUTPUT
${CMAKE_CURRENT_BINARY_DIR}/dna.cc
${CMAKE_CURRENT_BINARY_DIR}/dna_struct_ids.cc
${CMAKE_CURRENT_BINARY_DIR}/dna_type_offsets.h
${CMAKE_CURRENT_BINARY_DIR}/dna_verify.cc
${CMAKE_CURRENT_BINARY_DIR}/dna_struct_ids.cc
COMMAND
${CMAKE_COMMAND} -E env ${PLATFORM_ENV_BUILD}
"$<TARGET_FILE:makesdna>"

View File

@@ -83,10 +83,10 @@ set(SRC
nodes/node_geo_evaluate_at_index.cc
nodes/node_geo_evaluate_closure.cc
nodes/node_geo_evaluate_on_domain.cc
nodes/node_geo_field_to_grid.cc
nodes/node_geo_extrude_mesh.cc
nodes/node_geo_field_average.cc
nodes/node_geo_field_min_and_max.cc
nodes/node_geo_field_to_grid.cc
nodes/node_geo_field_variance.cc
nodes/node_geo_flip_faces.cc
nodes/node_geo_foreach_geometry_element.cc