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 /source/blender/editors/util
parent0e53ea4cb524ad2b7dc6c9e6a6f66eaa12031612 (diff)
CMake: add missing headers
Diffstat (limited to 'source/blender/editors/util')
-rw-r--r--source/blender/editors/util/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
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