Cleanup: add missing headers to source lists

This commit is contained in:
Campbell Barton
2025-08-21 17:08:54 +10:00
parent 66ed599c33
commit b1cd0ff91e
8 changed files with 9 additions and 0 deletions

View File

@@ -144,6 +144,7 @@ set(SRC_DNA_DEFAULTS_INC
set(SRC_DNA_OTHER_INC
${CMAKE_CURRENT_SOURCE_DIR}/makesdna/DNA_array_utils.hh
${CMAKE_CURRENT_SOURCE_DIR}/makesdna/DNA_print.hh
${CMAKE_CURRENT_SOURCE_DIR}/makesdna/DNA_sdna_type_ids.hh
)
add_subdirectory(datatoc)

View File

@@ -557,6 +557,7 @@ set(SRC
intern/CCGSubSurf_inline.h
intern/CCGSubSurf_intern.h
intern/attribute_access_intern.hh
intern/attribute_storage_access.hh
intern/data_transfer_intern.hh
intern/lib_intern.hh
intern/multires_inline.hh

View File

@@ -112,6 +112,7 @@ set(SRC
GPU_compute.hh
GPU_context.hh
GPU_debug.hh
GPU_format.hh
GPU_framebuffer.hh
GPU_immediate.hh
GPU_immediate_util.hh

View File

@@ -9,6 +9,7 @@ set(SRC
glsl_preprocess.cc
glsl_preprocess.hh
shader_parser.hh
)
if(WITH_GPU_SHADER_ASSERT)

View File

@@ -16,6 +16,7 @@ set(SRC
intern/description.cc
intern/description.hh
intern/gpu_shader_binder.cc
intern/gpu_shader_binder_internal.hh
intern/ocio_shader_shared.hh
intern/opencolorio.hh
intern/source_processor.cc

View File

@@ -124,6 +124,7 @@ set(SRC
NOD_geometry_nodes_list.hh
NOD_geometry_nodes_list_fwd.hh
NOD_geometry_nodes_log.hh
NOD_geometry_nodes_values.hh
NOD_geometry_nodes_warning.hh
NOD_inverse_eval_params.hh
NOD_inverse_eval_path.hh

View File

@@ -249,7 +249,9 @@ set(SRC
nodes/node_geo_warning.cc
include/NOD_geo_bake.hh
include/NOD_geo_bundle.hh
include/NOD_geo_capture_attribute.hh
include/NOD_geo_closure.hh
include/NOD_geo_foreach_geometry_element.hh
include/NOD_geo_index_switch.hh
include/NOD_geo_menu_switch.hh

View File

@@ -65,6 +65,7 @@ set(SRC
intern/iterator.cc
intern/media_presence.cc
intern/modifier.cc
intern/modifier.hh
intern/multiview.cc
intern/multiview.hh
intern/prefetch.cc