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:
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct1
1 files changed, 1 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct
index 6cf3874b366..c5e1d660719 100644
--- a/SConstruct
+++ b/SConstruct
@@ -1028,6 +1028,7 @@ if env['OURPLATFORM']!='darwin':
source.remove('shaders')
source.remove('osl')
source=['intern/cycles/kernel/'+s for s in source]
+ source.append('intern/cycles/util/util_atomic.h')
source.append('intern/cycles/util/util_color.h')
source.append('intern/cycles/util/util_half.h')
source.append('intern/cycles/util/util_math.h')