[Bf-blender-cvs] [e5f4f4d] master: CMake was missing header

Campbell Barton noreply at git.blender.org
Fri Apr 18 12:49:50 CEST 2014


Commit: e5f4f4d4849909f91b7a9f500cedb5f5a09a338d
Author: Campbell Barton
Date:   Fri Apr 18 20:32:50 2014 +1000
https://developer.blender.org/rBe5f4f4d4849909f91b7a9f500cedb5f5a09a338d

CMake was missing header

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

M	source/blender/blenlib/CMakeLists.txt

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

diff --git a/source/blender/blenlib/CMakeLists.txt b/source/blender/blenlib/CMakeLists.txt
index 205935f..1575f8e 100644
--- a/source/blender/blenlib/CMakeLists.txt
+++ b/source/blender/blenlib/CMakeLists.txt
@@ -135,6 +135,7 @@ set(SRC
 	BLI_kdopbvh.h
 	BLI_kdtree.h
 	BLI_lasso.h
+	BLI_link_utils.h
 	BLI_linklist.h
 	BLI_linklist_stack.h
 	BLI_listbase.h




More information about the Bf-blender-cvs mailing list