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:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2011-09-19 15:57:31 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2011-09-19 15:57:31 +0400
commite9b967d05b366783a93d92d6935e970c1ea42edd (patch)
tree5103ffdf6d1badb339a5652022db343b7d164219 /intern/cycles/util/CMakeLists.txt
parent61f77fffac0e58142420100b8ead7c854e15fbb8 (diff)
Cycles: remove deprecated strict aliasing flag for opencl, fix missing update
modifying object layer in properties editor, and add memarena utility.
Diffstat (limited to 'intern/cycles/util/CMakeLists.txt')
-rw-r--r--intern/cycles/util/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/intern/cycles/util/CMakeLists.txt b/intern/cycles/util/CMakeLists.txt
index 3adf483643f..a7f7c663509 100644
--- a/intern/cycles/util/CMakeLists.txt
+++ b/intern/cycles/util/CMakeLists.txt
@@ -9,6 +9,7 @@ set(sources
util_cuda.cpp
util_dynlib.cpp
util_md5.cpp
+ util_memarena.cpp
util_opencl.c
util_path.cpp
util_string.cpp
@@ -35,6 +36,7 @@ set(headers
util_map.h
util_math.h
util_md5.h
+ util_memarena.h
util_opencl.h
util_opengl.h
util_param.h