CMake: add missing headers to source lists
This commit is contained in:
@@ -134,6 +134,7 @@ set(SRC_DNA_DEFAULTS_INC
|
||||
# Utility & other headers.
|
||||
set(SRC_DNA_OTHER_INC
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/makesdna/DNA_array_utils.hh
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/makesdna/DNA_print.hh
|
||||
)
|
||||
|
||||
add_subdirectory(datatoc)
|
||||
|
||||
@@ -37,6 +37,7 @@ set(SRC
|
||||
time_scrub_ui.cc
|
||||
|
||||
anim_intern.hh
|
||||
keyframes_general_intern.hh
|
||||
)
|
||||
|
||||
set(LIB
|
||||
|
||||
@@ -56,6 +56,7 @@ set(SRC
|
||||
|
||||
GEO_add_curves_on_mesh.hh
|
||||
GEO_curve_constraints.hh
|
||||
GEO_curves_remove_and_split.hh
|
||||
GEO_extend_curves.hh
|
||||
GEO_extract_elements.hh
|
||||
GEO_fillet_curves.hh
|
||||
|
||||
@@ -149,6 +149,7 @@ set(SRC
|
||||
intern/gpu_query.hh
|
||||
intern/gpu_select_private.hh
|
||||
intern/gpu_shader_create_info.hh
|
||||
intern/gpu_shader_create_info_list.hh
|
||||
intern/gpu_shader_create_info_private.hh
|
||||
intern/gpu_shader_dependency_private.hh
|
||||
intern/gpu_shader_interface.hh
|
||||
|
||||
@@ -114,7 +114,6 @@ IGNORE_SOURCE_MISSING: tuple[tuple[str, tuple[str, ...]], ...] = (
|
||||
"hiprt/impl/hiprt_device_impl.h",
|
||||
"hiprt/impl/hiprt_kernels_bitcode.h",
|
||||
"hiprt/impl/Instance.h",
|
||||
"hiprt/impl/Math.h",
|
||||
"hiprt/impl/QrDecomposition.h",
|
||||
"hiprt/impl/Quaternion.h",
|
||||
"hiprt/impl/Scene.h",
|
||||
@@ -123,6 +122,7 @@ IGNORE_SOURCE_MISSING: tuple[tuple[str, tuple[str, ...]], ...] = (
|
||||
|
||||
"hiprt/hiprt_common.h",
|
||||
"hiprt/hiprt_device.h",
|
||||
"hiprt/hiprt_math.h",
|
||||
"hiprt/hiprt_types.h",
|
||||
"hiprt/hiprt_vec.h",
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user