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:
authorAlexander Gavrilov <angavrilov@gmail.com>2016-07-16 14:16:54 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2016-07-18 23:54:30 +0300
commit5234e9ddd3ecefcf3a48d1f41e4dc18b89627f72 (patch)
treec30b3147018e688e46e5215287df2894a667f0d1 /intern/cycles/render/CMakeLists.txt
parent10b0e33de1b9b57693ebcec7d503d3b204043f56 (diff)
Cycles: add ConstantFolder class for constant folding boilerplate.
Reviewed By: brecht, sergey Differential Revision: https://developer.blender.org/D2089
Diffstat (limited to 'intern/cycles/render/CMakeLists.txt')
-rw-r--r--intern/cycles/render/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/intern/cycles/render/CMakeLists.txt b/intern/cycles/render/CMakeLists.txt
index b14da3e63d0..a632ddc0598 100644
--- a/intern/cycles/render/CMakeLists.txt
+++ b/intern/cycles/render/CMakeLists.txt
@@ -22,6 +22,7 @@ set(SRC
bake.cpp
buffers.cpp
camera.cpp
+ constant_fold.cpp
film.cpp
graph.cpp
image.cpp
@@ -49,6 +50,7 @@ set(SRC_HEADERS
background.h
buffers.h
camera.h
+ constant_fold.h
film.h
graph.h
image.h