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>2022-01-06 05:54:48 +0300
committerCampbell Barton <ideasman42@gmail.com>2022-01-06 05:54:48 +0300
commit60757f010ab1c45f1f25f7042d99b311bcd3c154 (patch)
treea527e0e032b2a4ebf5b319258b116c7a31de2708
parent0e53ea4cb524ad2b7dc6c9e6a6f66eaa12031612 (diff)
CMake: add missing headers
-rw-r--r--source/blender/editors/asset/CMakeLists.txt1
-rw-r--r--source/blender/editors/io/CMakeLists.txt1
-rw-r--r--source/blender/editors/util/CMakeLists.txt1
3 files changed, 3 insertions, 0 deletions
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