Cleanup: sort cmake file lists

This commit is contained in:
Campbell Barton
2024-07-25 11:24:10 +10:00
parent e8f9834ef9
commit 547b63b69b
5 changed files with 18 additions and 18 deletions

View File

@@ -63,8 +63,8 @@ set(SRC
intern/armature_selection.cc
intern/armature_update.cc
intern/asset.cc
intern/asset_weak_reference.cc
intern/asset_edit.cc
intern/asset_weak_reference.cc
intern/attribute.cc
intern/attribute_access.cc
intern/attribute_math.cc

View File

@@ -116,19 +116,19 @@ set(SRC
engines/eevee_next/eevee_film.cc
engines/eevee_next/eevee_hizbuffer.cc
engines/eevee_next/eevee_instance.cc
engines/eevee_next/eevee_lightprobe_volume.cc
engines/eevee_next/eevee_light.cc
engines/eevee_next/eevee_lightcache.cc
engines/eevee_next/eevee_lightprobe.cc
engines/eevee_next/eevee_lightprobe_planar.cc
engines/eevee_next/eevee_lightprobe_sphere.cc
engines/eevee_next/eevee_lightprobe_volume.cc
engines/eevee_next/eevee_lookdev.cc
engines/eevee_next/eevee_lut.cc
engines/eevee_next/eevee_material.cc
engines/eevee_next/eevee_motion_blur.cc
engines/eevee_next/eevee_pipeline.cc
engines/eevee_next/eevee_lightprobe_planar.cc
engines/eevee_next/eevee_precompute.cc
engines/eevee_next/eevee_raytrace.cc
engines/eevee_next/eevee_lightprobe_sphere.cc
engines/eevee_next/eevee_renderbuffers.cc
engines/eevee_next/eevee_sampling.cc
engines/eevee_next/eevee_shader.cc
@@ -249,19 +249,19 @@ set(SRC
engines/eevee_next/eevee_gbuffer.hh
engines/eevee_next/eevee_hizbuffer.hh
engines/eevee_next/eevee_instance.hh
engines/eevee_next/eevee_lightprobe_volume.hh
engines/eevee_next/eevee_light.hh
engines/eevee_next/eevee_lightcache.hh
engines/eevee_next/eevee_lightprobe.hh
engines/eevee_next/eevee_lightprobe_planar.hh
engines/eevee_next/eevee_lightprobe_sphere.hh
engines/eevee_next/eevee_lightprobe_volume.hh
engines/eevee_next/eevee_lookdev.hh
engines/eevee_next/eevee_lut.hh
engines/eevee_next/eevee_material.hh
engines/eevee_next/eevee_motion_blur.hh
engines/eevee_next/eevee_pipeline.hh
engines/eevee_next/eevee_lightprobe_planar.hh
engines/eevee_next/eevee_precompute.hh
engines/eevee_next/eevee_raytrace.hh
engines/eevee_next/eevee_lightprobe_sphere.hh
engines/eevee_next/eevee_renderbuffers.hh
engines/eevee_next/eevee_sampling.hh
engines/eevee_next/eevee_shader.hh

View File

@@ -4,8 +4,8 @@
set(INC
.
../include
../asset
../include
../../asset_system
../../blenkernel
../../blenloader

View File

@@ -5,8 +5,8 @@
set(INC
../..
../include
../asset
../include
../uvedit
../../asset_system
../../blenkernel
@@ -116,8 +116,8 @@ set(SRC
curves_sculpt_intern.hh
grease_pencil_intern.hh
mesh_brush_common.hh
grease_pencil_weight_paint.hh
mesh_brush_common.hh
paint_intern.hh
sculpt_intern.hh
@@ -126,10 +126,10 @@ set(SRC
brushes/clay_strips.cc
brushes/clay_thumb.cc
brushes/crease.cc
brushes/draw_face_sets.cc
brushes/draw_vector_displacement.cc
brushes/draw_sharp.cc
brushes/draw.cc
brushes/draw_face_sets.cc
brushes/draw_sharp.cc
brushes/draw_vector_displacement.cc
brushes/elastic_deform.cc
brushes/enhance_details.cc
brushes/fill.cc
@@ -140,8 +140,8 @@ set(SRC
brushes/mask.cc
brushes/multiplane_scrape.cc
brushes/multires_displacement_eraser.cc
brushes/pinch.cc
brushes/multires_displacement_smear.cc
brushes/pinch.cc
brushes/relax.cc
brushes/rotate.cc
brushes/scrape.cc

View File

@@ -265,8 +265,8 @@ set(VULKAN_SRC
vulkan/vk_pixel_buffer.hh
vulkan/vk_push_constants.hh
vulkan/vk_query.hh
vulkan/render_graph/nodes/vk_blit_image_node.hh
vulkan/render_graph/nodes/vk_begin_rendering_node.hh
vulkan/render_graph/nodes/vk_blit_image_node.hh
vulkan/render_graph/nodes/vk_clear_attachments_node.hh
vulkan/render_graph/nodes/vk_clear_color_image_node.hh
vulkan/render_graph/nodes/vk_clear_depth_stencil_image_node.hh
@@ -275,10 +275,10 @@ set(VULKAN_SRC
vulkan/render_graph/nodes/vk_copy_image_node.hh
vulkan/render_graph/nodes/vk_copy_image_to_buffer_node.hh
vulkan/render_graph/nodes/vk_dispatch_node.hh
vulkan/render_graph/nodes/vk_draw_node.hh
vulkan/render_graph/nodes/vk_draw_indexed_node.hh
vulkan/render_graph/nodes/vk_draw_indexed_indirect_node.hh
vulkan/render_graph/nodes/vk_draw_indexed_node.hh
vulkan/render_graph/nodes/vk_draw_indirect_node.hh
vulkan/render_graph/nodes/vk_draw_node.hh
vulkan/render_graph/nodes/vk_end_rendering_node.hh
vulkan/render_graph/nodes/vk_fill_buffer_node.hh
vulkan/render_graph/nodes/vk_node_info.hh
@@ -719,8 +719,8 @@ set(SRC_SHADER_CREATE_INFOS
../draw/engines/eevee_next/shaders/infos/eevee_film_info.hh
../draw/engines/eevee_next/shaders/infos/eevee_hiz_info.hh
../draw/engines/eevee_next/shaders/infos/eevee_light_culling_info.hh
../draw/engines/eevee_next/shaders/infos/eevee_lightprobe_volume_info.hh
../draw/engines/eevee_next/shaders/infos/eevee_lightprobe_sphere_info.hh
../draw/engines/eevee_next/shaders/infos/eevee_lightprobe_volume_info.hh
../draw/engines/eevee_next/shaders/infos/eevee_lookdev_info.hh
../draw/engines/eevee_next/shaders/infos/eevee_lut_info.hh
../draw/engines/eevee_next/shaders/infos/eevee_material_info.hh