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@gmail.com>2014-01-15 18:29:22 +0400
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2014-01-15 18:29:22 +0400
commitd9e52ac98b74e2be3186f448177c84772f928871 (patch)
tree5eafa1ef21ca026e4b9932dee3d7ad3f0c51f42b /intern/cycles/kernel/CMakeLists.txt
parent8af782ad22c42654d23ca6379f105af8d98956cc (diff)
Code cleanup: move half float functions to separate header file.
Diffstat (limited to 'intern/cycles/kernel/CMakeLists.txt')
-rw-r--r--intern/cycles/kernel/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/intern/cycles/kernel/CMakeLists.txt b/intern/cycles/kernel/CMakeLists.txt
index 780aa417828..08427b17879 100644
--- a/intern/cycles/kernel/CMakeLists.txt
+++ b/intern/cycles/kernel/CMakeLists.txt
@@ -119,6 +119,7 @@ set(SRC_SVM_HEADERS
set(SRC_UTIL_HEADERS
../util/util_color.h
+ ../util/util_half.h
../util/util_math.h
../util/util_transform.h
../util/util_types.h