diff --git a/source/blender/blenlib/CMakeLists.txt b/source/blender/blenlib/CMakeLists.txt index e0d05f8c36a..53d32466816 100644 --- a/source/blender/blenlib/CMakeLists.txt +++ b/source/blender/blenlib/CMakeLists.txt @@ -239,6 +239,7 @@ set(SRC BLI_kdtree.h BLI_kdtree_impl.h BLI_lasso_2d.h + BLI_lazy_threading.hh BLI_length_parameterize.hh BLI_linear_allocator.hh BLI_link_utils.h diff --git a/source/blender/draw/CMakeLists.txt b/source/blender/draw/CMakeLists.txt index a9ccc42644a..ffec7ce2f4f 100644 --- a/source/blender/draw/CMakeLists.txt +++ b/source/blender/draw/CMakeLists.txt @@ -254,6 +254,7 @@ set(SRC engines/eevee/eevee_lut.h engines/eevee/eevee_private.h engines/eevee_next/eevee_camera.hh + engines/eevee_next/eevee_cryptomatte.hh engines/eevee_next/eevee_depth_of_field.hh engines/eevee_next/eevee_engine.h engines/eevee_next/eevee_film.hh diff --git a/source/blender/editors/util/CMakeLists.txt b/source/blender/editors/util/CMakeLists.txt index 164e594b37c..128cb897ac4 100644 --- a/source/blender/editors/util/CMakeLists.txt +++ b/source/blender/editors/util/CMakeLists.txt @@ -90,6 +90,7 @@ set(SRC ../include/ED_uvedit.h ../include/ED_view3d.h ../include/ED_view3d_offscreen.h + ../include/ED_viewer_path.hh ../include/UI_abstract_view.hh ../include/UI_grid_view.hh ../include/UI_icons.h diff --git a/source/blender/nodes/CMakeLists.txt b/source/blender/nodes/CMakeLists.txt index e9c0f2be368..422ee747649 100644 --- a/source/blender/nodes/CMakeLists.txt +++ b/source/blender/nodes/CMakeLists.txt @@ -60,6 +60,7 @@ set(SRC NOD_geometry.h NOD_geometry_exec.hh NOD_geometry_nodes_lazy_function.hh + NOD_geometry_nodes_log.hh NOD_math_functions.hh NOD_multi_function.hh NOD_node_declaration.hh