[Bf-blender-cvs] [79e1f52c68] soc-2016-cycles_denoising: Cycles Denoising: Add missing util header file to CMake

Lukas Stockner noreply at git.blender.org
Fri Feb 10 18:10:40 CET 2017


Commit: 79e1f52c68c48da241918b422568783c39dd32a1
Author: Lukas Stockner
Date:   Fri Feb 10 05:56:15 2017 +0100
Branches: soc-2016-cycles_denoising
https://developer.blender.org/rB79e1f52c68c48da241918b422568783c39dd32a1

Cycles Denoising: Add missing util header file to CMake

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

M	intern/cycles/filter/CMakeLists.txt
M	intern/cycles/kernel/CMakeLists.txt
M	intern/cycles/util/CMakeLists.txt

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

diff --git a/intern/cycles/filter/CMakeLists.txt b/intern/cycles/filter/CMakeLists.txt
index 163539eb88..9bee0c2ef6 100644
--- a/intern/cycles/filter/CMakeLists.txt
+++ b/intern/cycles/filter/CMakeLists.txt
@@ -41,6 +41,7 @@ set(SRC_KERNELS_CPU_HEADERS
 
 set(SRC_UTIL_HEADERS
 	../util/util_atomic.h
+	../util/util_cuda_capabilities.h
 	../util/util_color.h
 	../util/util_half.h
 	../util/util_hash.h
diff --git a/intern/cycles/kernel/CMakeLists.txt b/intern/cycles/kernel/CMakeLists.txt
index ba281a5e3a..bd20cc877c 100644
--- a/intern/cycles/kernel/CMakeLists.txt
+++ b/intern/cycles/kernel/CMakeLists.txt
@@ -182,6 +182,7 @@ set(SRC_GEOM_HEADERS
 
 set(SRC_UTIL_HEADERS
 	../util/util_atomic.h
+	../util/util_cuda_capabilities.h
 	../util/util_color.h
 	../util/util_half.h
 	../util/util_hash.h
diff --git a/intern/cycles/util/CMakeLists.txt b/intern/cycles/util/CMakeLists.txt
index fb78e4c343..14b5f770a9 100644
--- a/intern/cycles/util/CMakeLists.txt
+++ b/intern/cycles/util/CMakeLists.txt
@@ -37,6 +37,7 @@ set(SRC_HEADERS
 	util_args.h
 	util_atomic.h
 	util_boundbox.h
+	util_cuda_capabilities.h
 	util_debug.h
 	util_guarded_allocator.cpp
 	util_foreach.h




More information about the Bf-blender-cvs mailing list