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:
authorSergey Sharybin <sergey.vfx@gmail.com>2015-10-26 17:20:40 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2015-10-28 00:43:06 +0300
commit548ef2d88b941d5b20692a6eea997e37366fbe2b (patch)
tree6f748f20bf70d930598419048e82a0107a04ecb2 /intern/cycles/util/CMakeLists.txt
parent868717e312930f6c1eb75cf6a099de0dab035bdb (diff)
Cycles: Add utility functions to evaluate CDF of a given functor
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 0acb9e9304c..e103cfa4eee 100644
--- a/intern/cycles/util/CMakeLists.txt
+++ b/intern/cycles/util/CMakeLists.txt
@@ -12,6 +12,7 @@ set(SRC
util_aligned_malloc.cpp
util_cache.cpp
util_logging.cpp
+ util_math_cdf.cpp
util_md5.cpp
util_path.cpp
util_string.cpp
@@ -49,6 +50,7 @@ set(SRC_HEADERS
util_logging.h
util_map.h
util_math.h
+ util_math_cdf.h
util_math_fast.h
util_md5.h
util_opengl.h