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:
-rw-r--r--CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index a3a7a4ca516..adc2b715cea 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -2352,6 +2352,8 @@ if(WITH_BLENDER OR WITH_PLAYER)
add_subdirectory(source)
elseif(WITH_CYCLES_STANDALONE)
add_subdirectory(intern/cycles)
+ add_subdirectory(extern/clew)
+ add_subdirectory(extern/cuew)
if(NOT WITH_SYSTEM_GLEW)
add_subdirectory(extern/glew)
endif()