Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2014-04-18 14:32:50 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-04-18 14:46:14 +0400
commite5f4f4d4849909f91b7a9f500cedb5f5a09a338d (patch)
tree8e6e48397c9cc0ab3601e0cbd5b91443b5cdfacb /source
parent5a3fbc8af7645c81ef59d9bb8707823d570807e3 (diff)
CMake was missing header
Diffstat (limited to 'source')
-rw-r--r--source/blender/blenlib/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/blenlib/CMakeLists.txt b/source/blender/blenlib/CMakeLists.txt
index 205935f3d14..1575f8eb087 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