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:
authorCampbell Barton <ideasman42@gmail.com>2011-11-10 10:05:22 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-11-10 10:05:22 +0400
commitcd9b51c1bf36532ca48c8995dd2d30eba0fded5b (patch)
tree7fc3d3aa35858b05610382f3580dc36efaa2b4f6 /intern/cycles/render/CMakeLists.txt
parent77c51607914b7fe4744437f6d47fedab628b444d (diff)
add some missing headers to cmake, also add some files as comments since it seems they should be added but evidently work fine without.
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 1dcd70bdf65..85552508bb9 100644
--- a/intern/cycles/render/CMakeLists.txt
+++ b/intern/cycles/render/CMakeLists.txt
@@ -16,6 +16,7 @@ set(SRC
buffers.cpp
camera.cpp
film.cpp
+ # film_response.cpp # XXX, why isnt this in?
filter.cpp
graph.cpp
image.cpp
@@ -40,6 +41,7 @@ set(SRC_HEADERS
buffers.h
camera.h
film.h
+ # film_response.h # XXX, why isnt this in?
filter.h
graph.h
image.h