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:
authorThomas Dinges <blender@dingto.org>2016-02-13 15:40:48 +0300
committerThomas Dinges <blender@dingto.org>2016-02-13 15:41:40 +0300
commit6a593aba44a799a0b7981b4fb2a699b1cdd44fd2 (patch)
treeb076dbb0ff7ead229f0adb4c129763a8d880f475 /intern/cycles/render/CMakeLists.txt
parentd1dd89348793dc578b03e5c551b42f7b20e9a579 (diff)
Cleanup: Move Cycles sky model data to util.
Diffstat (limited to 'intern/cycles/render/CMakeLists.txt')
-rw-r--r--intern/cycles/render/CMakeLists.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/intern/cycles/render/CMakeLists.txt b/intern/cycles/render/CMakeLists.txt
index 4e8a1794813..17ca6ce0f48 100644
--- a/intern/cycles/render/CMakeLists.txt
+++ b/intern/cycles/render/CMakeLists.txt
@@ -35,7 +35,6 @@ set(SRC
scene.cpp
session.cpp
shader.cpp
- sky_model.cpp
sobol.cpp
svm.cpp
tables.cpp
@@ -62,8 +61,6 @@ set(SRC_HEADERS
scene.h
session.h
shader.h
- sky_model.h
- sky_model_data.h
sobol.h
svm.h
tables.h