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.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index d00b89ef3ed..199fe9d3eeb 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1763,8 +1763,20 @@ if(WITH_BLENDER)
# internal and external library information first, for test linking
add_subdirectory(source)
elseif(WITH_CYCLES_STANDALONE)
+ add_subdirectory(intern/glew-mx)
+ add_subdirectory(intern/guardedalloc)
+ add_subdirectory(intern/libc_compat)
+ add_subdirectory(intern/numaapi)
+ add_subdirectory(intern/sky)
+
add_subdirectory(intern/cycles)
add_subdirectory(extern/clew)
+ if(WITH_CYCLES_LOGGING)
+ if(NOT WITH_SYSTEM_GFLAGS)
+ add_subdirectory(extern/gflags)
+ endif()
+ add_subdirectory(extern/glog)
+ endif()
if(WITH_CUDA_DYNLOAD)
add_subdirectory(extern/cuew)
endif()