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
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2017-06-09 00:21:38 +0300
committerCampbell Barton <ideasman42@gmail.com>2017-06-09 00:21:43 +0300
commit346619159ae39dfb4063f563d498eec32bba13aa (patch)
treee99bc984bfc7ab1d472981722f413481ebc97360 /source/blender/depsgraph/CMakeLists.txt
parent836c3c14cc8c8f882887c9ec95f1740e14893dc4 (diff)
parent8a757bf34ad2d01104e300e0ce529d01f2965e09 (diff)
Merge branch 'master' into blender2.8
Diffstat (limited to 'source/blender/depsgraph/CMakeLists.txt')
-rw-r--r--source/blender/depsgraph/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/depsgraph/CMakeLists.txt b/source/blender/depsgraph/CMakeLists.txt
index d5dcb84aaf5..5eb5d69d62e 100644
--- a/source/blender/depsgraph/CMakeLists.txt
+++ b/source/blender/depsgraph/CMakeLists.txt
@@ -89,6 +89,7 @@ set(SRC
intern/depsgraph_intern.h
intern/depsgraph_types.h
+ util/deg_util_foreach.h
util/deg_util_function.h
)