From afbc727da2514e41406d023dede23ccace422672 Mon Sep 17 00:00:00 2001 From: Imre Palik Date: Mon, 24 Aug 2020 11:45:47 +0200 Subject: Cycles: Fix missing dependencies in libcycles_device The code uses OpenGL functionality, so is to be linked against OpenGL libraries. This makes it easier to integrate with cycles using CMake. Differential Revision: https://developer.blender.org/D8371 --- intern/cycles/device/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'intern') diff --git a/intern/cycles/device/CMakeLists.txt b/intern/cycles/device/CMakeLists.txt index ca366722eb7..466872e0557 100644 --- a/intern/cycles/device/CMakeLists.txt +++ b/intern/cycles/device/CMakeLists.txt @@ -67,6 +67,7 @@ set(LIB cycles_render cycles_kernel cycles_util + ${BLENDER_GL_LIBRARIES} ) if(WITH_CUDA_DYNLOAD) -- cgit v1.2.3