[Bf-blender-cvs] [ad9a2e9] soc-2016-cycles_denoising: Cycles: Include the new headers for CUDA in CMake

Lukas Stockner noreply at git.blender.org
Thu Nov 24 03:18:35 CET 2016


Commit: ad9a2e9ab1f00f9d47c3f72660dd6fcb07c0e3b5
Author: Lukas Stockner
Date:   Tue Nov 22 19:36:08 2016 +0100
Branches: soc-2016-cycles_denoising
https://developer.blender.org/rBad9a2e9ab1f00f9d47c3f72660dd6fcb07c0e3b5

Cycles: Include the new headers for CUDA in CMake

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

M	intern/cycles/kernel/CMakeLists.txt

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

diff --git a/intern/cycles/kernel/CMakeLists.txt b/intern/cycles/kernel/CMakeLists.txt
index 5f263fa..c9bd6fd 100644
--- a/intern/cycles/kernel/CMakeLists.txt
+++ b/intern/cycles/kernel/CMakeLists.txt
@@ -250,6 +250,7 @@ if(WITH_CYCLES_CUDA_BINARIES)
 		${SRC_GEOM_HEADERS}
 		${SRC_CLOSURE_HEADERS}
 		${SRC_UTIL_HEADERS}
+		${SRC_FILTER_HEADERS}
 	)
 	set(cuda_cubins)




More information about the Bf-blender-cvs mailing list