[Bf-blender-cvs] [5e10392] master: Cycles: Missing volume traversal header in cmake for GPU compilation.

Thomas Dinges noreply at git.blender.org
Fri Oct 3 17:11:36 CEST 2014


Commit: 5e10392e9f677934ad4223ab5862b73a787561a9
Author: Thomas Dinges
Date:   Fri Oct 3 17:11:00 2014 +0200
Branches: master
https://developer.blender.org/rB5e10392e9f677934ad4223ab5862b73a787561a9

Cycles: Missing volume traversal header in cmake for GPU compilation.

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

M	intern/cycles/kernel/CMakeLists.txt

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

diff --git a/intern/cycles/kernel/CMakeLists.txt b/intern/cycles/kernel/CMakeLists.txt
index e636826..2d2eaa8 100644
--- a/intern/cycles/kernel/CMakeLists.txt
+++ b/intern/cycles/kernel/CMakeLists.txt
@@ -115,6 +115,7 @@ set(SRC_GEOM_HEADERS
 	geom/geom_bvh_shadow.h
 	geom/geom_bvh_subsurface.h
 	geom/geom_bvh_traversal.h
+	geom/geom_bvh_volume.h
 	geom/geom_curve.h
 	geom/geom_motion_curve.h
 	geom/geom_motion_triangle.h




More information about the Bf-blender-cvs mailing list