the compositor optional for cmake: WITH_COMPOSITOR
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user