Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2021-01-20 08:08:52 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-01-20 08:08:52 +0300
commitb2037464e420e4171ff2238f35284e156dbcf110 (patch)
treefb3587f52dbb7a0daaea4e660a89b0edcf62f930 /source/blender
parentbe970c03c26558ec5bda04b2c5de67b456ad09b1 (diff)
CMake: add missing headers
Resolves 'cmake_consistency_check' reports.
Diffstat (limited to 'source/blender')
-rw-r--r--source/blender/blenkernel/CMakeLists.txt3
-rw-r--r--source/blender/blenlib/CMakeLists.txt1
-rw-r--r--source/blender/makesdna/intern/CMakeLists.txt4
-rw-r--r--source/blender/nodes/CMakeLists.txt1
4 files changed, 9 insertions, 0 deletions
diff --git a/source/blender/blenkernel/CMakeLists.txt b/source/blender/blenkernel/CMakeLists.txt
index 5021736dbfe..9aa2baef53c 100644
--- a/source/blender/blenkernel/CMakeLists.txt
+++ b/source/blender/blenkernel/CMakeLists.txt
@@ -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
diff --git a/source/blender/blenlib/CMakeLists.txt b/source/blender/blenlib/CMakeLists.txt
index aa4c4efe7d4..45a1054fb53 100644
--- a/source/blender/blenlib/CMakeLists.txt
+++ b/source/blender/blenlib/CMakeLists.txt
@@ -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
diff --git a/source/blender/makesdna/intern/CMakeLists.txt b/source/blender/makesdna/intern/CMakeLists.txt
index a7adaa7e258..eb7779213fd 100644
--- a/source/blender/makesdna/intern/CMakeLists.txt
+++ b/source/blender/makesdna/intern/CMakeLists.txt
@@ -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
diff --git a/source/blender/nodes/CMakeLists.txt b/source/blender/nodes/CMakeLists.txt
index e9985cb0e13..ed4d658eb4f 100644
--- a/source/blender/nodes/CMakeLists.txt
+++ b/source/blender/nodes/CMakeLists.txt
@@ -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