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:
Diffstat (limited to 'source/creator/CMakeLists.txt')
-rw-r--r--source/creator/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt
index 82acabc2be6..ddb70db88d0 100644
--- a/source/creator/CMakeLists.txt
+++ b/source/creator/CMakeLists.txt
@@ -39,6 +39,7 @@ blender_include_dirs(
../blender/gpu
../blender/freestyle
../blender/windowmanager
+ ../blender/opencl
)
if(WIN32)
@@ -912,6 +913,8 @@ endif()
cycles_kernel
cycles_util
cycles_subd
+ bf_compositor #added for opencl compositor
+ bf_opencl #added for opencl compositor
)
if(WITH_LIBMV)