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/blenkernel/CMakeLists.txt
parentbe970c03c26558ec5bda04b2c5de67b456ad09b1 (diff)
CMake: add missing headers
Resolves 'cmake_consistency_check' reports.
Diffstat (limited to 'source/blender/blenkernel/CMakeLists.txt')
-rw-r--r--source/blender/blenkernel/CMakeLists.txt3
1 files changed, 3 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