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:
authorJens Verwiebe <info@jensverwiebe.de>2014-01-17 03:33:32 +0400
committerJens Verwiebe <info@jensverwiebe.de>2014-01-17 03:33:32 +0400
commit74ae93d1cd67becf89683be0b44a64e882a9429a (patch)
tree98ee7ecfe94928d567aa0cfb99a1cffc9dc4c8ca /SConstruct
parent52bccd11882220d53179f912687c2e0ee3b161d2 (diff)
Scons: Fix cycles OpenCL kernelcompile by distributing util_half.h
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct1
1 files changed, 1 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct
index d0af4245a56..bff6d80e79d 100644
--- a/SConstruct
+++ b/SConstruct
@@ -903,6 +903,7 @@ if env['OURPLATFORM']!='darwin':
source.remove('osl')
source=['intern/cycles/kernel/'+s for s in source]
source.append('intern/cycles/util/util_color.h')
+ source.append('intern/cycles/util/util_half.h')
source.append('intern/cycles/util/util_math.h')
source.append('intern/cycles/util/util_transform.h')
source.append('intern/cycles/util/util_types.h')