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:
authorThomas Beck <software@plasmasolutions.de>2016-04-16 12:58:38 +0300
committerThomas Beck <software@plasmasolutions.de>2016-04-16 12:58:38 +0300
commit64c7306cdb619c3e4964d9c2bbbbc98aab7efc79 (patch)
tree14622dac5e595ee1d783f5f1912b7ac540100902
parent9c916b0172350fa405c578db7487c49ea65c0f26 (diff)
Cycles: Insert util_texture.h in CMakeLists to make Cycles compile again after recent refactory.
-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 3c17429fd09..9f3fb66c85a 100644
--- a/intern/cycles/kernel/CMakeLists.txt
+++ b/intern/cycles/kernel/CMakeLists.txt
@@ -165,6 +165,7 @@ set(SRC_UTIL_HEADERS
../util/util_math.h
../util/util_math_fast.h
../util/util_transform.h
+ ../util/util_texture.h
../util/util_types.h
)