[Bf-blender-cvs] [475f15210df] soc-2020-io-performance: Placeholder files, WIP

Ankit Meel noreply at git.blender.org
Thu May 21 19:35:55 CEST 2020


Commit: 475f15210df5f30f029a2729edc17181e717f9ff
Author: Ankit Meel
Date:   Wed May 20 18:19:29 2020 +0530
Branches: soc-2020-io-performance
https://developer.blender.org/rB475f15210df5f30f029a2729edc17181e717f9ff

Placeholder files, WIP

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

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

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

diff --git a/source/blender/editors/io/CMakeLists.txt b/source/blender/editors/io/CMakeLists.txt
index 39548449a86..752bd871697 100644
--- a/source/blender/editors/io/CMakeLists.txt
+++ b/source/blender/editors/io/CMakeLists.txt
@@ -24,6 +24,7 @@ set(INC
   ../../depsgraph
   ../../io/alembic
   ../../io/collada
+  ../../io/obj
   ../../io/usd
   ../../makesdna
   ../../makesrna
@@ -39,12 +40,14 @@ set(SRC
   io_alembic.c
   io_cache.c
   io_collada.c
+  io_obj.c
   io_ops.c
   io_usd.c
 
   io_alembic.h
   io_cache.h
   io_collada.h
+  io_obj.h
   io_ops.h
   io_usd.h
 )
@@ -52,6 +55,7 @@ set(SRC
 set(LIB
   bf_blenkernel
   bf_blenlib
+  bf_obj
 )
 
 if(WITH_OPENCOLLADA)



More information about the Bf-blender-cvs mailing list