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:
authorMatt Ebb <matt@mke3.net>2009-10-06 08:37:25 +0400
committerMatt Ebb <matt@mke3.net>2009-10-06 08:37:25 +0400
commit58557ea737713dc654f4f313530b1acf920763c6 (patch)
tree6d5b3f2a27b0eced98f6dcb88433a7ea5bc3276d /source/blender/render/CMakeLists.txt
parent2936d791a2383d1f1026a5cf3d0572d5a4768c44 (diff)
* Cmake fix for raytrace accel, still not 100% but getting there...
Diffstat (limited to 'source/blender/render/CMakeLists.txt')
-rw-r--r--source/blender/render/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/render/CMakeLists.txt b/source/blender/render/CMakeLists.txt
index 29539fa4d17..279ba7698b7 100644
--- a/source/blender/render/CMakeLists.txt
+++ b/source/blender/render/CMakeLists.txt
@@ -24,7 +24,7 @@
#
# ***** END GPL LICENSE BLOCK *****
-FILE(GLOB SRC intern/source/*.c)
+FILE(GLOB SRC intern/source/*.c intern/raytrace/*.cpp)
SET(INC
intern/include ../../../intern/guardedalloc ../blenlib ../makesdna