CMake: add missing headers

Resolves 'cmake_consistency_check' reports.
This commit is contained in:
Campbell Barton 2021-01-20 16:08:52 +11:00
parent be970c03c2
commit b2037464e4
5 changed files with 15 additions and 2 deletions

View File

@ -55,11 +55,15 @@ set(SRC
)
if(CXX_HAS_AVX)
list(APPEND SRC util_avxf_avx_test.cpp)
list(APPEND SRC
util_avxf_avx_test.cpp
)
set_source_files_properties(util_avxf_avx_test.cpp PROPERTIES COMPILE_FLAGS "${CYCLES_AVX_KERNEL_FLAGS}")
endif()
if(CXX_HAS_AVX2)
list(APPEND SRC util_avxf_avx2_test.cpp)
list(APPEND SRC
util_avxf_avx2_test.cpp
)
set_source_files_properties(util_avxf_avx2_test.cpp PROPERTIES COMPILE_FLAGS "${CYCLES_AVX2_KERNEL_FLAGS}")
endif()

View File

@ -299,6 +299,8 @@ set(SRC
BKE_constraint.h
BKE_context.h
BKE_crazyspace.h
BKE_cryptomatte.h
BKE_cryptomatte.hh
BKE_curve.h
BKE_curveprofile.h
BKE_customdata.h
@ -362,6 +364,7 @@ set(SRC
BKE_mesh_remesh_voxel.h
BKE_mesh_runtime.h
BKE_mesh_tangent.h
BKE_mesh_types.h
BKE_mesh_wrapper.h
BKE_modifier.h
BKE_movieclip.h

View File

@ -276,6 +276,7 @@ set(SRC
BLI_sys_types.h
BLI_system.h
BLI_task.h
BLI_task.hh
BLI_threads.h
BLI_timecode.h
BLI_timeit.hh

View File

@ -138,10 +138,12 @@ set(SRC
../../blenlib/intern/hash_mm2a.c
../../blenlib/intern/listbase.c
../DNA_armature_defaults.h
../DNA_asset_defaults.h
../DNA_brush_defaults.h
../DNA_cachefile_defaults.h
../DNA_camera_defaults.h
../DNA_collection_defaults.h
../DNA_curve_defaults.h
../DNA_defaults.h
../DNA_fluid_defaults.h
@ -157,7 +159,9 @@ set(SRC
../DNA_meta_defaults.h
../DNA_modifier_defaults.h
../DNA_modifier_types.h
../DNA_movieclip_defaults.h
../DNA_object_defaults.h
../DNA_particle_defaults.h
../DNA_pointcloud_defaults.h
../DNA_scene_defaults.h
../DNA_simulation_defaults.h

View File

@ -308,6 +308,7 @@ set(SRC
NOD_derived_node_tree.hh
NOD_function.h
NOD_geometry.h
NOD_geometry_exec.hh
NOD_math_functions.hh
NOD_node_tree_dependencies.hh
NOD_node_tree_multi_function.hh