[Bf-blender-cvs] [b136e11526f] soc-2020-io-performance: CMake: Keep unconditional code together.

Ankit Meel noreply at git.blender.org
Wed Sep 16 13:05:52 CEST 2020


Commit: b136e11526f5b1489d750ce7ac1407ab3e6554be
Author: Ankit Meel
Date:   Wed Sep 16 11:13:44 2020 +0530
Branches: soc-2020-io-performance
https://developer.blender.org/rBb136e11526f5b1489d750ce7ac1407ab3e6554be

CMake: Keep unconditional code together.

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

M	source/blender/io/CMakeLists.txt

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

diff --git a/source/blender/io/CMakeLists.txt b/source/blender/io/CMakeLists.txt
index 5f0363f0904..477dceb2e62 100644
--- a/source/blender/io/CMakeLists.txt
+++ b/source/blender/io/CMakeLists.txt
@@ -19,6 +19,7 @@
 # ***** END GPL LICENSE BLOCK *****
 
 add_subdirectory(common)
+add_subdirectory(wavefront_obj)
 
 if(WITH_ALEMBIC)
   add_subdirectory(alembic)
@@ -35,5 +36,3 @@ endif()
 if(WITH_USD)
   add_subdirectory(usd)
 endif()
-
-add_subdirectory(wavefront_obj)
\ No newline at end of file



More information about the Bf-blender-cvs mailing list