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:
authorTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2010-10-24 17:05:09 +0400
committerTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2010-10-24 17:05:09 +0400
commit3b2515ba0e71aeefb7ba43d7cede9fb05259b7f6 (patch)
treef50dd3c9c81675a8e354097f09b151b2a3cd4e1e /source/blender/editors/render/CMakeLists.txt
parent86e433728d8e45716537e1a6ac0719383bd10aa0 (diff)
parenta301d2c898ed353aa6902a4893574ab24b7a2b4e (diff)
Merged changes in the trunk up to revision 32684.
Diffstat (limited to 'source/blender/editors/render/CMakeLists.txt')
-rw-r--r--source/blender/editors/render/CMakeLists.txt10
1 files changed, 8 insertions, 2 deletions
diff --git a/source/blender/editors/render/CMakeLists.txt b/source/blender/editors/render/CMakeLists.txt
index 9a03d12509d..d952d19bc00 100644
--- a/source/blender/editors/render/CMakeLists.txt
+++ b/source/blender/editors/render/CMakeLists.txt
@@ -19,8 +19,6 @@
#
# ***** END GPL LICENSE BLOCK *****
-FILE(GLOB SRC *.c)
-
SET(INC
../include
../../blenfont
@@ -38,6 +36,14 @@ SET(INC
../../freestyle
)
+SET(SRC
+ render_internal.c
+ render_opengl.c
+ render_ops.c
+ render_preview.c
+ render_shading.c
+)
+
IF(WITH_QUICKTIME)
LIST(APPEND INC ../../quicktime ${QUICKTIME_INC})
ADD_DEFINITIONS(-DWITH_QUICKTIME)