[Bf-blender-cvs] [60757f010ab] master: CMake: add missing headers

Campbell Barton noreply at git.blender.org
Thu Jan 6 04:06:09 CET 2022


Commit: 60757f010ab1c45f1f25f7042d99b311bcd3c154
Author: Campbell Barton
Date:   Thu Jan 6 13:54:48 2022 +1100
Branches: master
https://developer.blender.org/rB60757f010ab1c45f1f25f7042d99b311bcd3c154

CMake: add missing headers

===================================================================

M	source/blender/editors/asset/CMakeLists.txt
M	source/blender/editors/io/CMakeLists.txt
M	source/blender/editors/util/CMakeLists.txt

===================================================================

diff --git a/source/blender/editors/asset/CMakeLists.txt b/source/blender/editors/asset/CMakeLists.txt
index 2391f4af14d..086fab4ab47 100644
--- a/source/blender/editors/asset/CMakeLists.txt
+++ b/source/blender/editors/asset/CMakeLists.txt
@@ -48,6 +48,7 @@ set(SRC
   ED_asset_catalog.hh
   ED_asset_filter.h
   ED_asset_handle.h
+  ED_asset_indexer.h
   ED_asset_library.h
   ED_asset_list.h
   ED_asset_list.hh
diff --git a/source/blender/editors/io/CMakeLists.txt b/source/blender/editors/io/CMakeLists.txt
index f4da114159f..e4f17c1b6ac 100644
--- a/source/blender/editors/io/CMakeLists.txt
+++ b/source/blender/editors/io/CMakeLists.txt
@@ -65,6 +65,7 @@ set(SRC
   io_cache.h
   io_collada.h
   io_gpencil.h
+  io_obj.h
   io_ops.h
   io_usd.h
 )
diff --git a/source/blender/editors/util/CMakeLists.txt b/source/blender/editors/util/CMakeLists.txt
index b339bfbdc47..90a09c87cc6 100644
--- a/source/blender/editors/util/CMakeLists.txt
+++ b/source/blender/editors/util/CMakeLists.txt
@@ -55,6 +55,7 @@ set(SRC
   ../include/ED_clip.h
   ../include/ED_curve.h
   ../include/ED_datafiles.h
+  ../include/ED_file_indexer.h
   ../include/ED_fileselect.h
   ../include/ED_geometry.h
   ../include/ED_gizmo_library.h



More information about the Bf-blender-cvs mailing list