[Bf-blender-cvs] [34e8efe] soc-2016-cycles_denoising: Cycles: Add the two new headers to CMake

Lukas Stockner noreply at git.blender.org
Fri Jun 24 23:59:04 CEST 2016


Commit: 34e8efeceaa7e1f265e43e89c58c7edc72fcee57
Author: Lukas Stockner
Date:   Fri Jun 24 23:58:32 2016 +0200
Branches: soc-2016-cycles_denoising
https://developer.blender.org/rB34e8efeceaa7e1f265e43e89c58c7edc72fcee57

Cycles: Add the two new headers to CMake

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

M	intern/cycles/kernel/CMakeLists.txt

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

diff --git a/intern/cycles/kernel/CMakeLists.txt b/intern/cycles/kernel/CMakeLists.txt
index 7080e83..fa057fe 100644
--- a/intern/cycles/kernel/CMakeLists.txt
+++ b/intern/cycles/kernel/CMakeLists.txt
@@ -39,6 +39,7 @@ set(SRC_HEADERS
 	kernel_differential.h
 	kernel_emission.h
 	kernel_film.h
+	kernel_filter.h
 	kernel_globals.h
 	kernel_jitter.h
 	kernel_light.h
@@ -164,6 +165,7 @@ set(SRC_UTIL_HEADERS
 	../util/util_half.h
 	../util/util_math.h
 	../util/util_math_fast.h
+	../util/util_math_matrix.h
 	../util/util_transform.h
 	../util/util_texture.h
 	../util/util_types.h




More information about the Bf-blender-cvs mailing list