[Bf-blender-cvs] [64c7306] master: Cycles: Insert util_texture.h in CMakeLists to make Cycles compile again after recent refactory.

Thomas Beck noreply at git.blender.org
Sat Apr 16 12:01:26 CEST 2016


Commit: 64c7306cdb619c3e4964d9c2bbbbc98aab7efc79
Author: Thomas Beck
Date:   Sat Apr 16 11:58:38 2016 +0200
Branches: master
https://developer.blender.org/rB64c7306cdb619c3e4964d9c2bbbbc98aab7efc79

Cycles: Insert util_texture.h in CMakeLists to make Cycles compile again after recent refactory.

===================================================================

M	intern/cycles/kernel/CMakeLists.txt

===================================================================

diff --git a/intern/cycles/kernel/CMakeLists.txt b/intern/cycles/kernel/CMakeLists.txt
index 3c17429..9f3fb66 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
 )




More information about the Bf-blender-cvs mailing list