From ee180ff5ac140f5f19d9a00eb2b914760b06dc77 Mon Sep 17 00:00:00 2001 From: Nicholas Bishop Date: Sat, 17 Jan 2009 03:51:13 +0000 Subject: Added new CMake build option, WITH_YAFRAY. Set to disabled by default. --- source/blender/CMakeLists.txt | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'source/blender/CMakeLists.txt') diff --git a/source/blender/CMakeLists.txt b/source/blender/CMakeLists.txt index 47688b67537..4caeebbd6a8 100644 --- a/source/blender/CMakeLists.txt +++ b/source/blender/CMakeLists.txt @@ -24,7 +24,7 @@ # # ***** END GPL LICENSE BLOCK ***** -SUBDIRS(windowmanager editors avi nodes blenkernel blenlib blenloader blenpluginapi imbuf imbuf/intern/cineon gpu makesdna makesrna radiosity readblenfile render yafray) +SUBDIRS(windowmanager editors avi nodes blenkernel blenlib blenloader blenpluginapi imbuf imbuf/intern/cineon gpu makesdna makesrna radiosity readblenfile render) IF(WITH_INTERNATIONAL) SUBDIRS(ftfont) @@ -44,4 +44,8 @@ ENDIF(WITH_QUICKTIME) IF(WITH_PYTHON) SUBDIRS(python) -ENDIF(WITH_PYTHON) \ No newline at end of file +ENDIF(WITH_PYTHON) + +IF(WITH_YAFRAY) + SUBDIRS(yafray) +ENDIF(WITH_YAFRAY) -- cgit v1.2.3