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:
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt9
1 files changed, 4 insertions, 5 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index a630f0ae63d..d00b89ef3ed 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1774,6 +1774,10 @@ elseif(WITH_CYCLES_STANDALONE)
endif()
#-----------------------------------------------------------------------------
+# Testing
+add_subdirectory(tests)
+
+#-----------------------------------------------------------------------------
# Blender Application
if(WITH_BLENDER)
add_subdirectory(source/creator)
@@ -1781,11 +1785,6 @@ endif()
#-----------------------------------------------------------------------------
-# Testing
-add_subdirectory(tests)
-
-
-#-----------------------------------------------------------------------------
# Define 'heavy' submodules (for Ninja builder when using pools).
setup_heavy_lib_pool()