[Bf-blender-cvs] [73c6476] master: Fix Cycles Standalone compile.

Thomas Dinges noreply at git.blender.org
Sun Sep 14 17:40:55 CEST 2014


Commit: 73c647622a8118f3e22e1aa0066ac3c07ad4f760
Author: Thomas Dinges
Date:   Sun Sep 14 17:40:34 2014 +0200
Branches: master
https://developer.blender.org/rB73c647622a8118f3e22e1aa0066ac3c07ad4f760

Fix Cycles Standalone compile.

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

M	CMakeLists.txt

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

diff --git a/CMakeLists.txt b/CMakeLists.txt
index a3a7a4c..adc2b71 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()




More information about the Bf-blender-cvs mailing list