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:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2016-05-07 20:47:37 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2016-05-22 18:29:24 +0300
commitec51175f1fd6c91d53b0d24daccfd5cc9bddf59d (patch)
tree1ad5b06b2318998cc4f03d78a8e7b1ce38e7cbf3 /build_files
parent841d008b98de5d0fa106ff3fa4731be63fc29f9a (diff)
Code refactor: add generic Cycles node infrastructure.
Differential Revision: https://developer.blender.org/D2016
Diffstat (limited to 'build_files')
-rw-r--r--build_files/cmake/macros.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/build_files/cmake/macros.cmake b/build_files/cmake/macros.cmake
index 08d26e55ed4..f14c954b025 100644
--- a/build_files/cmake/macros.cmake
+++ b/build_files/cmake/macros.cmake
@@ -487,6 +487,7 @@ function(SETUP_BLENDER_SORTED_LIBS)
if(WITH_CYCLES)
list(APPEND BLENDER_LINK_LIBS
cycles_render
+ cycles_graph
cycles_bvh
cycles_device
cycles_kernel
@@ -600,6 +601,7 @@ function(SETUP_BLENDER_SORTED_LIBS)
bf_intern_dualcon
bf_intern_cycles
cycles_render
+ cycles_graph
cycles_bvh
cycles_device
cycles_kernel