[Bf-blender-cvs] [70018eb16e7] master: Cleanup: missing headers

Campbell Barton noreply at git.blender.org
Tue Apr 18 16:23:48 CEST 2017


Commit: 70018eb16e721f9171834afd4bf70dc017af1369
Author: Campbell Barton
Date:   Wed Apr 19 00:25:31 2017 +1000
Branches: master
https://developer.blender.org/rB70018eb16e721f9171834afd4bf70dc017af1369

Cleanup: missing headers

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

M	intern/cycles/kernel/shaders/CMakeLists.txt
M	source/blender/blenlib/CMakeLists.txt

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

diff --git a/intern/cycles/kernel/shaders/CMakeLists.txt b/intern/cycles/kernel/shaders/CMakeLists.txt
index ef1f405e34e..1a8ed4c884a 100644
--- a/intern/cycles/kernel/shaders/CMakeLists.txt
+++ b/intern/cycles/kernel/shaders/CMakeLists.txt
@@ -86,9 +86,10 @@ set(SRC_OSL
 )
 
 set(SRC_OSL_HEADERS
-	node_texture.h
 	node_color.h
 	node_fresnel.h
+	node_ramp_util.h
+	node_texture.h
 	stdosl.h
 	oslutil.h
 )
diff --git a/source/blender/blenlib/CMakeLists.txt b/source/blender/blenlib/CMakeLists.txt
index 3277519c66e..fcb02a86a84 100644
--- a/source/blender/blenlib/CMakeLists.txt
+++ b/source/blender/blenlib/CMakeLists.txt
@@ -152,6 +152,7 @@ set(SRC
 	BLI_ghash.h
 	BLI_graph.h
 	BLI_gsqueue.h
+	BLI_hash.h
 	BLI_hash_md5.h
 	BLI_hash_mm2a.h
 	BLI_heap.h




More information about the Bf-blender-cvs mailing list