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