the compositor optional for cmake: WITH_COMPOSITOR

This commit is contained in:
Campbell Barton
2012-06-30 14:14:22 +00:00
parent e6d55c97dd
commit 90dc1d1353
6 changed files with 31 additions and 6 deletions

View File

@@ -894,11 +894,15 @@ endif()
cycles_kernel
cycles_util
cycles_subd
bf_compositor #added for opencl compositor
bf_opencl #added for opencl compositor
bf_intern_raskter
)
if(WITH_COMPOSITOR)
#added for opencl compositor
list(APPEND BLENDER_SORTED_LIBS bf_compositor)
list(APPEND BLENDER_SORTED_LIBS bf_opencl)
endif()
if(WITH_LIBMV)
list(APPEND BLENDER_SORTED_LIBS extern_libmv)
list(APPEND BLENDER_SORTED_LIBS extern_ceres)