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 'intern/cycles/render/CMakeLists.txt')
-rw-r--r--intern/cycles/render/CMakeLists.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/intern/cycles/render/CMakeLists.txt b/intern/cycles/render/CMakeLists.txt
index d67a686d1e8..e06364c6715 100644
--- a/intern/cycles/render/CMakeLists.txt
+++ b/intern/cycles/render/CMakeLists.txt
@@ -17,10 +17,10 @@ set(SRC
attribute.cpp
background.cpp
buffers.cpp
+ bssrdf.cpp
camera.cpp
film.cpp
# film_response.cpp (code unused)
- filter.cpp
graph.cpp
image.cpp
integrator.cpp
@@ -37,6 +37,7 @@ set(SRC
shader.cpp
sobol.cpp
svm.cpp
+ tables.cpp
tile.cpp
)
@@ -44,10 +45,10 @@ set(SRC_HEADERS
attribute.h
background.h
buffers.h
+ bssrdf.h
camera.h
film.h
# film_response.h (code unused)
- filter.h
graph.h
image.h
integrator.h
@@ -63,6 +64,7 @@ set(SRC_HEADERS
shader.h
sobol.h
svm.h
+ tables.h
tile.h
)